Class DirtyByteArray
java.lang.Object
net.imglib2.img.basictypeaccess.array.AbstractByteArray<DirtyByteArray>
net.imglib2.img.basictypeaccess.array.DirtyByteArray
- All Implemented Interfaces:
Serializable
,Dirty
,ArrayDataAccess<DirtyByteArray>
,ByteAccess
- Author:
- Stephan Saalfeld
- See Also:
-
Field Summary
FieldsFields inherited from class net.imglib2.img.basictypeaccess.array.AbstractByteArray
data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateArray
(int numEntities) boolean
isDirty()
void
setDirty()
void
setValue
(int index, byte value) Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractByteArray
getCurrentStorageArray, getValue
-
Field Details
-
dirty
protected boolean dirty
-
-
Constructor Details
-
DirtyByteArray
public DirtyByteArray(int numEntities) -
DirtyByteArray
public DirtyByteArray(byte[] data)
-
-
Method Details
-
setValue
public void setValue(int index, byte value) - Specified by:
setValue
in interfaceByteAccess
- Overrides:
setValue
in classAbstractByteArray<DirtyByteArray>
-
createArray
- Specified by:
createArray
in interfaceArrayDataAccess<DirtyByteArray>
-
isDirty
public boolean isDirty() -
setDirty
public void setDirty()
-