| |
|
| java.lang.Object org.apache.harmony.pack200.SegmentHeader
SegmentHeader | public class SegmentHeader (Code) | | |
getArchiveMajor | public int getArchiveMajor()(Code) | | |
getArchiveMinor | public int getArchiveMinor()(Code) | | |
getArchiveModtime | public long getArchiveModtime()(Code) | | |
getArchiveSize | public long getArchiveSize()(Code) | | |
getAttributeDefinitionCount | public int getAttributeDefinitionCount()(Code) | | |
getBandHeadersInputStream | public InputStream getBandHeadersInputStream()(Code) | | Obtain the band headers data as an input stream. If no band headers are
present, this will return an empty input stream to prevent any further
reads taking place.
Note that as a stream, data consumed from this input stream can't be
re-used. Data is only read from this stream if the encoding is such that
additional information needs to be decoded from the stream itself.
the band headers input stream |
getBandHeadersSize | public int getBandHeadersSize()(Code) | | |
getClassCount | public int getClassCount()(Code) | | |
getCpClassCount | public int getCpClassCount()(Code) | | |
getCpDescriptorCount | public int getCpDescriptorCount()(Code) | | |
getCpDoubleCount | public int getCpDoubleCount()(Code) | | |
getCpFieldCount | public int getCpFieldCount()(Code) | | |
getCpFloatCount | public int getCpFloatCount()(Code) | | |
getCpIMethodCount | public int getCpIMethodCount()(Code) | | |
getCpIntCount | public int getCpIntCount()(Code) | | |
getCpLongCount | public int getCpLongCount()(Code) | | |
getCpMethodCount | public int getCpMethodCount()(Code) | | |
getCpSignatureCount | public int getCpSignatureCount()(Code) | | |
getCpStringCount | public int getCpStringCount()(Code) | | |
getCpUTF8Count | public int getCpUTF8Count()(Code) | | |
getDefaultClassMajorVersion | public int getDefaultClassMajorVersion()(Code) | | |
getDefaultClassMinorVersion | public int getDefaultClassMinorVersion()(Code) | | |
getInnerClassCount | public int getInnerClassCount()(Code) | | |
getNumberOfFiles | public int getNumberOfFiles()(Code) | | |
getSegmentsRemaining | public int getSegmentsRemaining()(Code) | | |
setArchiveModtime | public void setArchiveModtime(long archiveModtime)(Code) | | |
setArchiveSize | public void setArchiveSize(long archiveSize)(Code) | | |
setNumberOfFiles | public void setNumberOfFiles(int numberOfFiles)(Code) | | |
setSegmentsRemaining | public void setSegmentsRemaining(long value)(Code) | | |
|
|
|