Class ZeroFsFileStore

java.lang.Object
java.nio.file.FileStore
io.roastedroot.zerofs.ZeroFsFileStore

final class ZeroFsFileStore extends FileStore
FileStore implementation which provides methods for file creation, lookup and attribute handling.

Most of these methods are actually implemented in another class: FileTree for lookup, FileFactory for creating and copying files and AttributeService for attribute handling. This class merely provides a single API through which to access the functionality of those classes.