Package loci.formats.in
Class OBFReader.State
java.lang.Object
loci.formats.in.OBFReader.State
- Enclosing class:
OBFReader
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long(package private) long(package private) long(package private) int(package private) byte[](package private) Inflater(package private) long(package private) int(package private) byte[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inflater
Inflater inflater -
inflateInputBuffer
byte[] inflateInputBuffer -
wholeStackBuffer
byte[] wholeStackBuffer -
series
int series -
nextReadPosition
long nextReadPosition -
currentChunk
int currentChunk -
chunkLogicalStart
long chunkLogicalStart -
chunkFileStart
long chunkFileStart -
chunkSize
long chunkSize
-
-
Constructor Details
-
State
State(int series)
-