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