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.AUnsignedBufferthat exposes its internal types asint.Wraps aByteBufferbut automatically performs conversion toint.Wraps anIntBufferbut automatically performs conversion tolong.Wraps aShortBufferbut automatically performs conversion toint.