Uses of Class
io.roastedroot.zerofs.HeapDisk
-
-
Uses of HeapDisk in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as HeapDisk Modifier and Type Field Description private HeapDiskFileFactory. diskprivate HeapDiskRegularFile. diskprivate HeapDiskZeroFsFileStore. diskMethods in io.roastedroot.zerofs with parameters of type HeapDisk Modifier and Type Method Description static RegularFileRegularFile. create(int id, java.nio.file.attribute.FileTime creationTime, HeapDisk disk)Creates a new regular file with the given ID and using the given disk.Constructors in io.roastedroot.zerofs with parameters of type HeapDisk Constructor Description FileFactory(HeapDisk disk, FileTimeSource fileTimeSource)Creates a new file factory using the given disk for regular files and the given time source.RegularFile(int id, java.nio.file.attribute.FileTime creationTime, HeapDisk disk, byte[][] blocks, int blockCount, long size)ZeroFsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, java.util.Set<Feature> supportedFeatures, FileSystemState state)
-