Interface ByteAccess

All Known Subinterfaces:
VolatileByteAccess
All Known Implementing Classes:
AbstractByteArray, AbstractVolatileByteArray, ByteArray, ByteNtree, DirtyByteArray, DirtyVolatileByteArray, VolatileByteArray

public interface ByteAccess
TODO
Author:
Stephan Preibisch, Stephan Saalfeld
  • Method Summary

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

    • getValue

      byte getValue(int index)
    • setValue

      void setValue(int index, byte value)