Uses of Class
net.imglib2.img.basictypeaccess.nio.ShortBufferAccess
-
Packages that use ShortBufferAccess Package Description net.imglib2.img.basictypeaccess.nio -
-
Uses of ShortBufferAccess in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio that return ShortBufferAccess Modifier and Type Method Description (package private) ShortBufferAccessShortBufferAccess. allocate(int numEntities, boolean isDirect, boolean isValid)Override abstract implementation to allow for longer non-direct Buffers since ByteBuffer is restricted to Integer.MAX_VALUE entities.static ShortBufferAccessShortBufferAccess. fromByteBuffer(java.nio.ByteBuffer buffer, boolean isValid)Create a new ShortBufferAccess from a ByteBufferShortBufferAccessShortBufferAccess. newInstance(java.nio.ByteBuffer buffer, boolean isValid)ShortBufferAccessShortBufferAccess. newInstance(java.nio.ShortBuffer buffer, boolean isValid)Methods in net.imglib2.img.basictypeaccess.nio with parameters of type ShortBufferAccess Modifier and Type Method Description java.nio.ShortBufferShortBufferAccess. setValues(ShortBufferAccess access)Copy values from another ShortBufferAccess.
-