Class ByteArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractByteArray<ByteArray>
-
- net.imglib2.img.basictypeaccess.array.ByteArray
-
- All Implemented Interfaces:
java.io.Serializable
,ArrayDataAccess<ByteArray>
,ByteAccess
public class ByteArray extends AbstractByteArray<ByteArray>
- Author:
- Stephan Preibisch, Stephan Saalfeld
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractByteArray
data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArray
createArray(int numEntities)
-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractByteArray
getCurrentStorageArray, getValue, setValue
-
-
-
-
Method Detail
-
createArray
public ByteArray createArray(int numEntities)
-
-