Uses of Interface
org.scijava.io.ByteBank
-
Packages that use ByteBank Package Description org.scijava.io org.scijava.io.location org.scijava.io.nio -
-
Uses of ByteBank in org.scijava.io
Classes in org.scijava.io that implement ByteBank Modifier and Type Class Description classByteArrayByteBank -
Uses of ByteBank in org.scijava.io.location
Methods in org.scijava.io.location that return ByteBank Modifier and Type Method Description ByteBankBytesLocation. getByteBank()Gets the backingByteBank.Constructors in org.scijava.io.location with parameters of type ByteBank Constructor Description BytesLocation(ByteBank bytes)Creates aBytesLocationbacked by the specifiedByteBank.BytesLocation(ByteBank bytes, String name)Creates aBytesLocationbacked by the specifiedByteBank. -
Uses of ByteBank in org.scijava.io.nio
Classes in org.scijava.io.nio that implement ByteBank Modifier and Type Class Description classByteBufferByteBankAByteBankbacked by aByteBuffer.
-