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 JimfsFileChannelJimfsAsynchronousFileChannel. channelMethods in com.google.common.jimfs that return JimfsFileChannel Modifier and Type Method Description private JimfsFileChannelJimfsFileSystemProvider. 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)
-