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 AbstractByteArray
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractByteArray
getArrayLength, getCurrentStorageArray, getValue, setValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataAccess
createView
-
Constructor Details
-
ByteArray
public ByteArray(int numEntities) -
ByteArray
public ByteArray(byte[] data)
-
-
Method Details
-
createArray
-