public class DirtyVolatileByteArray extends AbstractVolatileByteArray<DirtyVolatileByteArray> implements VolatileByteAccess, Dirty
Modifier and Type | Field and Description |
---|---|
protected boolean |
dirty |
isValid
data
Constructor and Description |
---|
DirtyVolatileByteArray(byte[] data,
boolean isValid) |
DirtyVolatileByteArray(int numEntities,
boolean isValid) |
Modifier and Type | Method and Description |
---|---|
DirtyVolatileByteArray |
createArray(int numEntities,
boolean isValid) |
boolean |
isDirty() |
void |
setDirty() |
void |
setDirty(boolean dirty) |
void |
setValue(int index,
byte value) |
createArray, isValid
getArrayLength, getCurrentStorageArray, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
isValid
getArrayLength, getCurrentStorageArray
public DirtyVolatileByteArray(int numEntities, boolean isValid)
public DirtyVolatileByteArray(byte[] data, boolean isValid)
public void setValue(int index, byte value)
setValue
in interface ByteAccess
setValue
in class AbstractByteArray<DirtyVolatileByteArray>
public DirtyVolatileByteArray createArray(int numEntities, boolean isValid)
createArray
in interface VolatileArrayDataAccess<DirtyVolatileByteArray>
Copyright © 2015–2022 ImgLib2. All rights reserved.