BandSet.BandAnalysisResults, BandSet.BandData
segmentHeader
Constructor and Description |
---|
FileBands(CpBands cpBands,
SegmentHeader segmentHeader,
PackingOptions options,
org.apache.commons.compress.harmony.pack200.Archive.SegmentUnit segmentUnit,
int effort) |
Modifier and Type | Method and Description |
---|---|
void |
finaliseBands()
All input classes for the segment have now been read in, so this method is called so that this class can
calculate/complete anything it could not do while classes were being read.
|
void |
pack(OutputStream out)
Write the packed set of bands to the given output stream
|
cpEntryListToArray, cpEntryOrNullListToArray, encodeBandInt, encodeFlags, encodeFlags, encodeScalar, encodeScalar, integerListToArray, longListToArray
public FileBands(CpBands cpBands, SegmentHeader segmentHeader, PackingOptions options, org.apache.commons.compress.harmony.pack200.Archive.SegmentUnit segmentUnit, int effort)
public void finaliseBands()
public void pack(OutputStream out) throws IOException, Pack200Exception
BandSet
pack
in class BandSet
out
- TODOIOException
- If an I/O error occurs.Pack200Exception
- TODOCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.