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,DataAccess
public class DirtyByteArray extends AbstractByteArray<DirtyByteArray> implements Dirty
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandirty-
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 DirtyByteArraycreateArray(int numEntities)booleanisDirty()voidsetDirty()voidsetDirty(boolean dirty)voidsetValue(int index, byte value)-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractByteArray
getArrayLength, getCurrentStorageArray, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-
-
-
Method Detail
-
setValue
public void setValue(int index, byte value)- Specified by:
setValuein interfaceByteAccess- Overrides:
setValuein classAbstractByteArray<DirtyByteArray>
-
createArray
public DirtyByteArray createArray(int numEntities)
- Specified by:
createArrayin interfaceArrayDataAccess<DirtyByteArray>
-
-