Class NewAttributeBands.Callable
java.lang.Object
org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
- Enclosing class:
- NewAttributeBands
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCount
(int count) Adds the count of a call to this callable (ie the number of calls)void
addNextToAttribute
(NewAttribute attribute) Used by calls when adding band contents to attributes, so they don't have to keep track of the internal index of the callable.void
addToAttribute
(int n, NewAttribute attribute) List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement>
getBody()
boolean
void
readBands
(InputStream in, int count) void
Tells this Callable that it is a backwards callablevoid
setFirstCallable
(boolean isFirstCallable)
-
Constructor Details
-
Callable
-
-
Method Details
-
addCount
Adds the count of a call to this callable (ie the number of calls)- Parameters:
count
- TODO
-
addNextToAttribute
Used by calls when adding band contents to attributes, so they don't have to keep track of the internal index of the callable.- Parameters:
attribute
- TODO
-
addToAttribute
-
getBody
-
isBackwardsCallable
-
readBands
- Throws:
IOException
Pack200Exception
-
setBackwardsCallable
Tells this Callable that it is a backwards callable -
setFirstCallable
-