Package org.anchoranalysis.image.voxel.buffer.primitive
Conversion of both primitive data types and image structures between Anchor's data-structures and
other representations.
-
Class Summary Class Description PrimitiveConverter Type conversion between primitive data types.UnsignedBuffer Base class for buffers that represent an unsigned-type in the signed-equivalent-type NIOBuffer.UnsignedBufferAsInt AUnsignedBufferthat exposes its internal types asint.UnsignedByteBuffer Wraps aByteBufferbut automatically performs conversion toint.UnsignedIntBuffer Wraps anIntBufferbut automatically performs conversion tolong.UnsignedShortBuffer Wraps aShortBufferbut automatically performs conversion toint.