Class IcBands
java.lang.Object
org.apache.commons.compress.harmony.unpack200.BandSet
org.apache.commons.compress.harmony.unpack200.IcBands
Inner Class Bands
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIcTuple[]
IcTuple[]
getRelevantIcTuples
(String className, ClassConstantPool cp) Answer the relevant IcTuples for the specified className and class constant pool.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
-
IcBands
- Parameters:
segment
- TODO
-
-
Method Details
-
getIcTuples
-
getRelevantIcTuples
Answer the relevant IcTuples for the specified className and class constant pool.- Parameters:
className
- String name of the class X for ic_relevant(X)cp
- ClassConstantPool used to generate ic_relevant(X)- Returns:
- array of IcTuple
-
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.- Specified by:
unpack
in classBandSet
- Throws:
IOException
- if a problem occurs during reading from the underlying stream.Pack200Exception
- if a problem occurs with an unexpected value or unsupported Codec.
-