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