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 HeapDisk
FileFactory. disk
private HeapDisk
JimfsFileStore. disk
private HeapDisk
RegularFile. disk
Methods in com.google.common.jimfs with parameters of type HeapDisk Modifier and Type Method Description static RegularFile
RegularFile. 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)
-