Interface VolatileByteAccess
-
- All Superinterfaces:
ByteAccess,DataAccess,VolatileAccess
- All Known Implementing Classes:
ByteBufferAccess,DirtyVolatileByteArray,VolatileByteArray
public interface VolatileByteAccess extends ByteAccess, VolatileAccess
-
-
Method Summary
-
Methods inherited from interface net.imglib2.img.basictypeaccess.ByteAccess
getValue, setValue
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Methods inherited from interface net.imglib2.img.basictypeaccess.volatiles.VolatileAccess
isValid
-
-