Uses of Class
net.imglib2.img.basictypeaccess.nio.IntBufferAccess
-
Packages that use IntBufferAccess Package Description net.imglib2.img.basictypeaccess.nio -
-
Uses of IntBufferAccess in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio that return IntBufferAccess Modifier and Type Method Description (package private) IntBufferAccessIntBufferAccess. 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 IntBufferAccessIntBufferAccess. fromByteBuffer(java.nio.ByteBuffer buffer, boolean isValid)Create a new IntBufferAccess from a ByteBufferIntBufferAccessIntBufferAccess. newInstance(java.nio.ByteBuffer buffer, boolean isValid)IntBufferAccessIntBufferAccess. newInstance(java.nio.IntBuffer buffer, boolean isValid)Methods in net.imglib2.img.basictypeaccess.nio with parameters of type IntBufferAccess Modifier and Type Method Description java.nio.IntBufferIntBufferAccess. setValues(IntBufferAccess access)Copy values from another IntBufferAccess.
-