Interface ByteAccess
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileByteAccess
- All Known Implementing Classes:
AbstractByteArray, AbstractVolatileByteArray, ARGBChannelSamplerConverter.ARGBChannelConvertingAccess, ByteArray, ByteBufferAccess, ByteNtree, DirtyByteArray, DirtyVolatileByteArray, VolatileByteArray
TODO
-
Method Summary
Methods inherited from interface DataAccess
createView
-
Method Details
-
getValue
byte getValue(int index) -
setValue
void setValue(int index, byte value)
-