Class NewAttributeBands.Call
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
-
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.Call extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Call(int callableIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToAttribute(int n, NewAttribute attribute)
NewAttributeBands.Callable
getCallable()
int
getCallableIndex()
void
readBands(java.io.InputStream in, int count)
void
setCallable(NewAttributeBands.Callable callable)
-
-
-
Constructor Detail
-
Call
public Call(int callableIndex)
-
-
Method Detail
-
setCallable
public void setCallable(NewAttributeBands.Callable callable)
-
readBands
public void readBands(java.io.InputStream in, int count)
-
addToAttribute
public void addToAttribute(int n, NewAttribute attribute)
-
getCallableIndex
public int getCallableIndex()
-
getCallable
public NewAttributeBands.Callable getCallable()
-
-