Interface PosixFileSystem

All Superinterfaces:
FileSystem
All Known Implementing Classes:
DedupPosixFileSystem, DefaultPosixFileSystem, RandomFailPosixFileSystem, ReadOnlyPosixFileSystem, TempPosixFileSystem

public interface PosixFileSystem extends FileSystem
The most basic layer of what Unix file systems have in common.

Note: The JVM must be in a single-byte locale, such as "C", "POSIX", or "en_US". PosixFile makes this assumption in its JNI implementation.

Author:
AO Industries, Inc.
See Also: