Package edu.pdx.cs410J.grader
Class AndroidZipFixer
java.lang.Object
edu.pdx.cs410J.grader.AndroidZipFixer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
fixZipFile
(InputStream zipStream, OutputStream fixedZipStream, HashMap<Attributes.Name, String> manifestEntries) (package private) static String
getFixedEntryName
(String entryName) (package private) HashMap<Attributes.Name,
String> getManifestEntriesForStudent
(String studentId) static void
-
Constructor Details
-
AndroidZipFixer
AndroidZipFixer(GradeBook book)
-
-
Method Details
-
main
-
fixZipFile
void fixZipFile(InputStream zipStream, OutputStream fixedZipStream, HashMap<Attributes.Name, String> manifestEntries) throws IOException- Throws:
IOException
-
getManifestEntriesForStudent
-
getFixedEntryName
-