class AmiraReader.HxRLE extends java.lang.Object implements AmiraReader.PlaneReader
| Modifier and Type | Field and Description | 
|---|---|
(package private) long | 
compressedSize  | 
(package private) int | 
currentNo  | 
(package private) int[] | 
internalOffsets  | 
(package private) long | 
lastCodeOffset  | 
(package private) int | 
maxOffsetIndex  | 
(package private) long[] | 
offsets  | 
(package private) int | 
planeSize  | 
| Constructor and Description | 
|---|
HxRLE(int sliceCount,
     long compressedSize)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) void | 
read(byte[] buf,
    int len)  | 
byte[] | 
read(int no,
    byte[] buf)  | 
long compressedSize
long[] offsets
int[] internalOffsets
int currentNo
int maxOffsetIndex
int planeSize
long lastCodeOffset
void read(byte[] buf,
          int len)
   throws FormatException,
          java.io.IOException
FormatExceptionjava.io.IOExceptionpublic byte[] read(int no,
                   byte[] buf)
            throws FormatException,
                   java.io.IOException
read in interface AmiraReader.PlaneReaderFormatExceptionjava.io.IOExceptionCopyright © 2024 Open Microscopy Environment