org.entityfs.cap.fs
Interface FSCRandomAccessFiles

All Superinterfaces:
FileSystemCapability
All Known Implementing Classes:
FSCRandomAccessFilesImpl

public interface FSCRandomAccessFiles
extends FileSystemCapability

This is a marker capability that flags that files in this file system can be opened for random access.

All files in a file system supporting this capability support the FCRandomAccess capability.

Since:
1.0
Author:
Karl Gustafsson
See Also:
FSCTRandomAccessFiles, FCRandomAccess