Class Summary |
DataSink |
Encapsulates access to the image raw data. |
DoubleConverter |
Packs a sequence of bytes representing a big-endian double into
a double value of appropriate integer type. |
FloatConverter |
Packs a sequence of bytes representing a big-endian float into
a double value of appropriate integer type. |
GatewayHeartbeat |
|
GatewayUtils |
|
IntConverter |
Packs a sequence of bytes representing a signed (2's complement)
big-endian integer into an integer value of appropriate integer value. |
PixelsCache |
Caches Plane2D data, within a given pixels set, that have been rendered. |
PixelTypes |
|
Plane1D |
|
Plane2D |
Holds structure used to mapped the raw pixels data. |
ReadOnlyByteArray |
A read-only slice of a given array. |
UintConverter |
Packs a sequence of bytes representing an unsigned big-endian integer into
an integer value of appropriate integer type. |