Uses of Class
com.google.common.jimfs.JimfsFileChannel
-
-
Uses of JimfsFileChannel in com.google.common.jimfs
Fields in com.google.common.jimfs declared as JimfsFileChannel Modifier and Type Field Description private JimfsFileChannel
JimfsAsynchronousFileChannel. channel
Methods in com.google.common.jimfs that return JimfsFileChannel Modifier and Type Method Description private JimfsFileChannel
JimfsFileSystemProvider. newJimfsFileChannel(JimfsPath path, java.util.Set<? extends java.nio.file.OpenOption> options, java.nio.file.attribute.FileAttribute<?>... attrs)
Constructors in com.google.common.jimfs with parameters of type JimfsFileChannel Constructor Description JimfsAsynchronousFileChannel(JimfsFileChannel channel, java.util.concurrent.ExecutorService executor)
-