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 voidaddAttributeToBand(NewAttribute attribute, java.io.InputStream stream)NewAttributeBands.CallablegetCallable()intgetCallableIndex()voidpack(java.io.OutputStream out)voidrenumberBci(IntList bciRenumbering, java.util.Map labelsToOffsets)voidsetCallable(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()
-
-