Package net.imglib2.img.basictypeaccess
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytegetValue(int index)voidsetValue(int index, byte value)-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-