Class AttrDefinitionBands
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.BandSet
-
- org.apache.commons.compress.harmony.unpack200.AttrDefinitionBands
-
public class AttrDefinitionBands extends BandSet
Attribute definition bands are the set of bands used to define extra attributes transmitted in the archive.
-
-
Constructor Summary
Constructors Constructor Description AttrDefinitionBands(Segment segment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeLayoutMap
getAttributeDefinitionMap()
void
read(java.io.InputStream in)
void
unpack()
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.BandSet
decodeBandInt, decodeBandInt, getReferences, getReferences, parseCPClassReferences, parseCPDescriptorReferences, parseCPDoubleReferences, parseCPFieldRefReferences, parseCPFloatReferences, parseCPInterfaceMethodRefReferences, parseCPIntReferences, parseCPLongReferences, parseCPMethodRefReferences, parseCPSignatureReferences, parseCPSignatureReferences, parseCPStringReferences, parseCPUTF8References, parseCPUTF8References, parseFlags, parseFlags, parseFlags, parseFlags, parseReferences, parseReferences, unpack
-
-
-
-
Constructor Detail
-
AttrDefinitionBands
public AttrDefinitionBands(Segment segment)
-
-
Method Detail
-
read
public void read(java.io.InputStream in) throws java.io.IOException, Pack200Exception
- Specified by:
read
in classBandSet
- Throws:
java.io.IOException
Pack200Exception
-
unpack
public void unpack() throws Pack200Exception, java.io.IOException
- Specified by:
unpack
in classBandSet
- Throws:
Pack200Exception
java.io.IOException
-
getAttributeDefinitionMap
public AttributeLayoutMap getAttributeDefinitionMap()
-
-