Package kala.compress.harmony.unpack200
Class NewAttributeBands.Call
- java.lang.Object
-
- kala.compress.harmony.unpack200.NewAttributeBands.LayoutElement
-
- kala.compress.harmony.unpack200.NewAttributeBands.Call
-
- All Implemented Interfaces:
NewAttributeBands.AttributeLayoutElement
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.Call extends NewAttributeBands.LayoutElement
-
-
Field Summary
Fields Modifier and Type Field Description private NewAttributeBands.Callablecallableprivate intcallableIndex
-
Constructor Summary
Constructors Constructor Description Call(int callableIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToAttribute(int n, NewAttribute attribute)Adds the band data for this element at the given index to the attribute.NewAttributeBands.CallablegetCallable()intgetCallableIndex()voidreadBands(java.io.InputStream in, int count)Read the bands associated with this part of the layout.voidsetCallable(NewAttributeBands.Callable callable)-
Methods inherited from class kala.compress.harmony.unpack200.NewAttributeBands.LayoutElement
getLength
-
-
-
-
Field Detail
-
callableIndex
private final int callableIndex
-
callable
private NewAttributeBands.Callable callable
-
-
Method Detail
-
addToAttribute
public void addToAttribute(int n, NewAttribute attribute)Description copied from interface:NewAttributeBands.AttributeLayoutElementAdds the band data for this element at the given index to the attribute.- Parameters:
n- Index position to add the attribute.attribute- The attribute to add.
-
getCallable
public NewAttributeBands.Callable getCallable()
-
getCallableIndex
public int getCallableIndex()
-
readBands
public void readBands(java.io.InputStream in, int count)Description copied from interface:NewAttributeBands.AttributeLayoutElementRead the bands associated with this part of the layout.- Parameters:
in- TODOcount- TODO
-
setCallable
public void setCallable(NewAttributeBands.Callable callable)
-
-