class AmiraReader.ASCII extends Object implements AmiraReader.PlaneReader
Modifier and Type | Field and Description |
---|---|
(package private) int |
bytesPerPixel |
(package private) byte[] |
numberBuffer |
(package private) long[] |
offsets |
(package private) int |
pixelsPerPlane |
(package private) int |
pixelType |
Constructor and Description |
---|
AmiraReader.ASCII(int pixelType,
int pixelsPerPlane) |
Modifier and Type | Method and Description |
---|---|
byte[] |
read(int no,
byte[] buf) |
(package private) double |
readNumberString() |
(package private) byte |
skipWhiteSpace() |
int pixelType
int bytesPerPixel
int pixelsPerPlane
long[] offsets
byte[] numberBuffer
public byte[] read(int no, byte[] buf) throws FormatException, IOException
read
in interface AmiraReader.PlaneReader
FormatException
IOException
double readNumberString() throws IOException
IOException
byte skipWhiteSpace() throws IOException
IOException
Copyright © 2016 Open Microscopy Environment