Interface VolatileByteAccess
-
- All Superinterfaces:
ByteAccess
,VolatileAccess
- All Known Implementing Classes:
DirtyVolatileByteArray
,VolatileByteArray
public interface VolatileByteAccess extends ByteAccess, VolatileAccess
- Author:
- Stephan Saalfeld, Tobias Pietzsch
-
-
Method Summary
-
Methods inherited from interface net.imglib2.img.basictypeaccess.ByteAccess
getValue, setValue
-
Methods inherited from interface net.imglib2.img.basictypeaccess.volatiles.VolatileAccess
isValid
-
-