Uses of Class
kala.compress.harmony.pack200.Archive.SegmentUnit
Packages that use Archive.SegmentUnit
-
Uses of Archive.SegmentUnit in kala.compress.harmony.pack200
Methods in kala.compress.harmony.pack200 that return types with arguments of type Archive.SegmentUnitModifier and TypeMethodDescriptionprivate List<Archive.SegmentUnit> Archive.splitIntoSegments(List<Archive.PackingFile> packingFileList) Methods in kala.compress.harmony.pack200 with parameters of type Archive.SegmentUnitModifier and TypeMethodDescriptionvoidSegment.pack(Archive.SegmentUnit segmentUnit, OutputStream out, PackingOptions options) The main method on Segment.private voidSegment.processClasses(Archive.SegmentUnit segmentUnit, org.objectweb.asm.Attribute[] attributes) Constructors in kala.compress.harmony.pack200 with parameters of type Archive.SegmentUnitModifierConstructorDescriptionFileBands(CpBands cpBands, SegmentHeader segmentHeader, PackingOptions options, Archive.SegmentUnit segmentUnit, int effort)