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.

This capability is also implemented by file systems in which some files may be opened for random access, such as the At4J-backed Zip file system. See At4jZipFileSystemBuilder.

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

Since:
1.0
Author:
Karl Gustafsson
See Also:
FSCTRandomAccessFiles, FCRandomAccess
In_jar:
entityfs-core