Uses of Class
herddb.utils.ManagedFile
-
Packages that use ManagedFile Package Description herddb.utils -
-
Uses of ManagedFile in herddb.utils
Methods in herddb.utils that return ManagedFile Modifier and Type Method Description static ManagedFileManagedFile. open(FileChannel channel, boolean requirefsync)static ManagedFileManagedFile. open(Path path, boolean requirefsync)static ManagedFileManagedFile. open(Path path, boolean requirefsync, StandardOpenOption... options)Opens or creates a file, returning aManagedFilethat may be used to write bytes to the file.static ManagedFileManagedFile. open(Path path, boolean requirefsync, Set<? extends OpenOption> options, FileAttribute<?>... attrs)Opens or creates a file, returning aManagedFilethat may be used to write bytes to the file.
-