Uses of Class
kala.compress.harmony.pack200.Archive.PackingFile
Packages that use Archive.PackingFile
-
Uses of Archive.PackingFile in kala.compress.harmony.pack200
Fields in kala.compress.harmony.pack200 with type parameters of type Archive.PackingFileModifier and TypeFieldDescriptionprivate final List<Archive.PackingFile> Archive.SegmentUnit.fileListprivate final List<Archive.PackingFile> FileBands.fileListMethods in kala.compress.harmony.pack200 that return types with arguments of type Archive.PackingFileModifier and TypeMethodDescriptionArchive.SegmentUnit.getFileList()static List<Archive.PackingFile> PackingUtils.getPackingFileListFromJar(JarFile jarFile, boolean keepFileOrder) static List<Archive.PackingFile> PackingUtils.getPackingFileListFromJar(JarInputStream jarInputStream, boolean keepFileOrder) Methods in kala.compress.harmony.pack200 with parameters of type Archive.PackingFileModifier and TypeMethodDescriptionprivate booleanArchive.addJarEntry(Archive.PackingFile packingFile, List<Pack200ClassReader> javaClasses, List<Archive.PackingFile> files) private longArchive.estimateSize(Archive.PackingFile packingFile) Method parameters in kala.compress.harmony.pack200 with type arguments of type Archive.PackingFileModifier and TypeMethodDescriptionprivate static voidPackingUtils.reorderPackingFiles(List<Archive.PackingFile> packingFileList) private List<Archive.SegmentUnit> Archive.splitIntoSegments(List<Archive.PackingFile> packingFileList)