Class CpBands
java.lang.Object
org.apache.commons.compress.harmony.unpack200.BandSet
org.apache.commons.compress.harmony.unpack200.CpBands
Constant Pool bands.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncpClassValue
(int index) cpClassValue
(String string) cpDoubleValue
(int index) cpFieldValue
(int index) cpFloatValue
(int index) cpIMethodValue
(int index) cpIntegerValue
(int index) cpLongValue
(int index) cpMethodValue
(int index) cpNameAndTypeValue
(int index) cpNameAndTypeValue
(String descriptor) cpSignatureValue
(int index) cpStringValue
(int index) cpUTF8Value
(int index) cpUTF8Value
(String string) cpUTF8Value
(String string, boolean searchForIndex) String[]
String[]
int[]
int[]
String[]
String[]
int[]
getCpInt()
long[]
String[]
String[]
String[]
String[]
void
read
(InputStream in) Reads the input stream.void
unpack()
Unpacks this instance.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 Details
-
CpBands
-
-
Method Details
-
cpClassValue
-
cpClassValue
-
cpDoubleValue
-
cpFieldValue
-
cpFloatValue
-
cpIMethodValue
-
cpIntegerValue
-
cpLongValue
-
cpMethodValue
-
cpNameAndTypeValue
-
cpNameAndTypeValue
-
cpSignatureValue
-
cpStringValue
-
cpUTF8Value
-
cpUTF8Value
-
cpUTF8Value
-
getConstantPool
-
getCpClass
-
getCpDescriptor
-
getCpDescriptorNameInts
-
getCpDescriptorTypeInts
-
getCpFieldClass
-
getCpIMethodClass
-
getCpInt
-
getCpLong
-
getCpMethodClass
-
getCpMethodDescriptor
-
getCpSignature
-
getCpUTF8
-
read
Description copied from class:BandSet
Reads the input stream.- Specified by:
read
in classBandSet
- Parameters:
in
- the stream to read.- Throws:
IOException
- if a problem occurs during reading from the underlying stream.Pack200Exception
- if a problem occurs with an unexpected value or unsupported Codec.
-
unpack
Description copied from class:BandSet
Unpacks this instance.
-