Interface | Description |
---|---|
BinaryDataInput |
This interface defines the input of binary data from streams and/or files.
|
BinaryDataOutput |
This interface defines the output of binary data to streams and/or files.
|
EndianType |
This interface defines constants for the two types of byte
ordering: little- and big-endian.
|
RandomAccessIO |
This abstract class defines the interface to perform random access I/O.
|
Class | Description |
---|---|
BEBufferedRandomAccessFile |
This class defines a Buffered Random Access File, where all I/O is
considered to be big-endian, and extends the
BufferedRandomAccessFile class.
|
BufferedRandomAccessFile |
This class defines a Buffered Random Access File.
|
Copyright © 2016 Open Microscopy Environment