Interface | Description |
---|---|
EXRInputStream |
Low-level EXR input stream interface.
|
EXROutputStream |
Low-level EXR output stream interface.
|
Class | Description |
---|---|
ByteBufferInputStream |
Input stream implementation using an existing byte buffer
|
ByteChannelInputStream |
An EXR input stream relying on an existing
SeekableByteChannel . |
ByteChannelOutputStream |
An EXR output stream relying on an existing
SeekableByteChannel . |
EXRByteArrayOutputStream |
This class implements an EXR output stream in which the data is written into
a byte array.
|
EXRFileInputStream |
Helper class which simplifies creating an
EXRInputStream from a
file. |
EXRFileOutputStream |
Helper class which simplifies creating an
EXROutputStream from a
file. |
InputFileInfo |
A simpler version of a full input file: this class only reads the header
to get information about the file, closing the input once the data has been
read.
|
XdrInput |
Helper class which encapsulates an
EXRInputStream to read primitive
and string data. |
XdrOutput |
Helper class which encapsulates an
EXROutputStream to write primitive
and string data. |