public class NewAttributeBands.Call extends java.lang.Object
Constructor and Description |
---|
Call(int callableIndex) |
Modifier and Type | Method and 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) |
public Call(int callableIndex)
public void setCallable(NewAttributeBands.Callable callable)
public void readBands(java.io.InputStream in, int count)
public void addToAttribute(int n, NewAttribute attribute)
public int getCallableIndex()
public NewAttributeBands.Callable getCallable()