Uses of Class
net.imglib2.img.basictypeaccess.nio.CharBufferAccess
Packages that use CharBufferAccess
-
Uses of CharBufferAccess in net.imglib2.img.basictypeaccess.nio
Subclasses with type arguments of type CharBufferAccess in net.imglib2.img.basictypeaccess.nioMethods in net.imglib2.img.basictypeaccess.nio that return CharBufferAccessModifier and TypeMethodDescription(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(ByteBuffer buffer, boolean isValid) Create a new CharBufferAccess from a ByteBufferCharBufferAccess.newInstance(ByteBuffer buffer, boolean isValid) CharBufferAccess.newInstance(CharBuffer buffer, boolean isValid) Methods in net.imglib2.img.basictypeaccess.nio with parameters of type CharBufferAccessModifier and TypeMethodDescriptionCharBufferAccess.setValues(CharBufferAccess access) Copy values from another CharBufferAccess.