Package loci.formats.in
Class AmiraReader.HxZip
java.lang.Object
loci.formats.in.AmiraReader.HxZip
- All Implemented Interfaces:
AmiraReader.PlaneReader
- Enclosing class:
AmiraReader
This is the reader for GZip-compressed AmiraMeshes.
As such files contain a single GZipped stream for the complete stack,
we cannot really access the slices randomly, but have to decompress
instead of seeking.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long(package private) int(package private) InflaterInputStream(package private) long(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offsetOfStream
long offsetOfStream -
compressedSize
long compressedSize -
currentNo
int currentNo -
planeSize
int planeSize -
decompressor
-
-
Constructor Details
-
HxZip
HxZip(long compressedSize)
-
-
Method Details
-
initDecompressor
- Throws:
IOException
-
read
- Specified by:
readin interfaceAmiraReader.PlaneReader- Throws:
FormatExceptionIOException
-