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