Package org.anchoranalysis.image.voxel.buffer.primitive
package org.anchoranalysis.image.voxel.buffer.primitive
Conversion of both primitive data types and image structures between Anchor's data-structures and
other representations.
-
ClassesClassDescriptionType conversion between primitive data types.Base class for buffers that represent an unsigned-type in the signed-equivalent-type NIO
Buffer
.AUnsignedBuffer
that exposes its internal types asint
.Wraps aByteBuffer
but automatically performs conversion toint
.Wraps anIntBuffer
but automatically performs conversion tolong
.Wraps aShortBuffer
but automatically performs conversion toint
.