org.simantics.databoard.accessor.file
Interface FileByteAccessor

All Superinterfaces:
Accessor, ByteAccessor, CloseableAccessor, FileAccessor
All Known Implementing Classes:
BinaryByte

public interface FileByteAccessor
extends ByteAccessor, FileAccessor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.simantics.databoard.accessor.Accessor
Accessor.Listener
 
Method Summary
 void setValueNoflush(byte newValue)
           
 
Methods inherited from interface org.simantics.databoard.accessor.ByteAccessor
getValue, setValue, type
 
Methods inherited from interface org.simantics.databoard.accessor.file.FileAccessor
close, file, flush, setValueNoflush
 
Methods inherited from interface org.simantics.databoard.accessor.Accessor
addListener, apply, getComponent, getValue, getValue, removeListener, setValue
 

Method Detail

setValueNoflush

void setValueNoflush(byte newValue)
                     throws AccessorException
Throws:
AccessorException