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