class AmiraReader.HxZip extends java.lang.Object implements AmiraReader.PlaneReader
| Modifier and Type | Field and Description | 
|---|---|
(package private) long | 
compressedSize  | 
(package private) int | 
currentNo  | 
(package private) java.util.zip.InflaterInputStream | 
decompressor  | 
(package private) long | 
offsetOfStream  | 
(package private) int | 
planeSize  | 
| Constructor and Description | 
|---|
HxZip(long compressedSize)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) void | 
initDecompressor()  | 
byte[] | 
read(int no,
    byte[] buf)  | 
long offsetOfStream
long compressedSize
int currentNo
int planeSize
transient java.util.zip.InflaterInputStream decompressor
void initDecompressor()
               throws java.io.IOException
java.io.IOExceptionpublic byte[] read(int no,
                   byte[] buf)
            throws FormatException,
                   java.io.IOException
read in interface AmiraReader.PlaneReaderFormatExceptionjava.io.IOExceptionCopyright © 2019 Open Microscopy Environment