Package net.imglib2.img.basictypeaccess
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getValue(int index)
void
setValue(int index, byte value)
-