Class NewAttributeBands.Call
- java.lang.Object
-
- org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
-
- org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
-
- All Implemented Interfaces:
NewAttributeBands.AttributeLayoutElement
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.Call extends NewAttributeBands.LayoutElement
-
-
Constructor Summary
Constructors Constructor Description Call(int callableIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)
NewAttributeBands.Callable
getCallable()
int
getCallableIndex()
void
pack(java.io.OutputStream out)
void
renumberBci(IntList bciRenumbering, java.util.Map labelsToOffsets)
void
setCallable(NewAttributeBands.Callable callable)
-
Methods inherited from class org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
getLength
-
-
-
-
Constructor Detail
-
Call
public Call(int callableIndex)
-
-
Method Detail
-
setCallable
public void setCallable(NewAttributeBands.Callable callable)
-
addAttributeToBand
public void addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)
-
pack
public void pack(java.io.OutputStream out)
-
renumberBci
public void renumberBci(IntList bciRenumbering, java.util.Map labelsToOffsets)
-
getCallableIndex
public int getCallableIndex()
-
getCallable
public NewAttributeBands.Callable getCallable()
-
-