Uses of Class
com.google.common.jimfs.HeapDisk
-
Uses of HeapDisk in com.google.common.jimfs
Fields in com.google.common.jimfs declared as HeapDiskModifier and TypeFieldDescriptionprivate final HeapDisk
FileFactory.disk
private final HeapDisk
JimfsFileStore.disk
private final HeapDisk
RegularFile.disk
Methods in com.google.common.jimfs with parameters of type HeapDiskModifier and TypeMethodDescriptionstatic RegularFile
Creates a new regular file with the given ID and using the given disk.Constructors in com.google.common.jimfs 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.JimfsFileStore
(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, com.google.common.collect.ImmutableSet<Feature> supportedFeatures, FileSystemState state) (package private)
RegularFile
(int id, FileTime creationTime, HeapDisk disk, byte[][] blocks, int blockCount, long size)