class AmiraReader.HxZip extends Object implements AmiraReader.PlaneReader
Modifier and Type | Field and Description |
---|---|
(package private) long |
compressedSize |
(package private) int |
currentNo |
(package private) 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 InflaterInputStream decompressor
void initDecompressor() throws IOException
IOException
public byte[] read(int no, byte[] buf) throws FormatException, IOException
read
in interface AmiraReader.PlaneReader
FormatException
IOException
Copyright © 2017 Open Microscopy Environment