Interface ByteAccess

All Superinterfaces:
DataAccess
All Known Subinterfaces:
VolatileByteAccess
All Known Implementing Classes:
AbstractByteArray, AbstractVolatileByteArray, ARGBChannelSamplerConverter.ARGBChannelConvertingAccess, ByteArray, ByteBufferAccess, ByteNtree, DirtyByteArray, DirtyVolatileByteArray, VolatileByteArray

public interface ByteAccess extends DataAccess
TODO
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    getValue(int index)
     
    void
    setValue(int index, byte value)
     

    Methods inherited from interface DataAccess

    createView
  • Method Details

    • getValue

      byte getValue(int index)
    • setValue

      void setValue(int index, byte value)