Package ch.systemsx.cisd.base.io
Interface ISynchronizable
-
- All Known Subinterfaces:
IOutputStream
,IRandomAccessFile
- All Known Implementing Classes:
AdapterOutputStreamToIOutputStream
,ByteBufferRandomAccessFile
,RandomAccessFileImpl
public interface ISynchronizable
A roles that allows to synchronize a resource with an underlying resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
synchronize()
Performs a synchronization of the resource.
-
-
-
Method Detail
-
synchronize
void synchronize() throws IOExceptionUnchecked
Performs a synchronization of the resource.- Throws:
IOExceptionUnchecked
-
-