Uses of Class
io.roastedroot.zerofs.HeapDisk
-
Uses of HeapDisk in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as HeapDiskModifier and TypeFieldDescriptionprivate final HeapDiskFileFactory.diskprivate final HeapDiskRegularFile.diskprivate final HeapDiskZeroFsFileStore.diskMethods in io.roastedroot.zerofs with parameters of type HeapDiskModifier and TypeMethodDescriptionstatic RegularFileCreates a new regular file with the given ID and using the given disk.Constructors in io.roastedroot.zerofs with parameters of type HeapDiskModifierConstructorDescriptionFileFactory(HeapDisk disk, FileTimeSource fileTimeSource) Creates a new file factory using the given disk for regular files and the given time source.(package private)RegularFile(int id, FileTime creationTime, HeapDisk disk, byte[][] blocks, int blockCount, long size) ZeroFsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, Set<Feature> supportedFeatures, FileSystemState state)