Class ByteArray
java.lang.Object
net.imglib2.img.basictypeaccess.array.AbstractByteArray<ByteArray>
net.imglib2.img.basictypeaccess.array.ByteArray
- All Implemented Interfaces:
Serializable,ArrayDataAccess<ByteArray>,ByteAccess,DataAccess
- See Also:
-
Field Summary
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractByteArray
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractByteArray
getArrayLength, getCurrentStorageArray, getValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Constructor Details
-
ByteArray
public ByteArray(int numEntities) -
ByteArray
public ByteArray(byte[] data)
-
-
Method Details
-
createArray
-