Uses of Class
com.google.common.jimfs.HeapDisk
-
-
Uses of HeapDisk in com.google.common.jimfs
Fields in com.google.common.jimfs declared as HeapDisk Modifier and Type Field Description private HeapDiskFileFactory. diskprivate HeapDiskJimfsFileStore. diskprivate HeapDiskRegularFile. diskMethods in com.google.common.jimfs 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 com.google.common.jimfs 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.JimfsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, com.google.common.collect.ImmutableSet<Feature> supportedFeatures, FileSystemState state)RegularFile(int id, java.nio.file.attribute.FileTime creationTime, HeapDisk disk, byte[][] blocks, int blockCount, long size)
-