Package org.apache.jena.dboe.sys
Class FileLib
java.lang.Object
org.apache.jena.dboe.sys.FileLib
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclose(FileChannel channel) static FileChannelopenManaged(String filename) static FileChannelopenManaged(String filename, String mode) static FileChannelopenUnmanaged(String filename) static FileChannelopenUnmanaged(String filename, String mode) static longsize(FileChannel channel) static voidsync(FileChannel channel) static voidtruncate(FileChannel channel, long posn)
-
Constructor Details
-
FileLib
public FileLib()
-
-
Method Details
-
openUnmanaged
-
openUnmanaged
-
openManaged
-
openManaged
-
size
-
truncate
-
close
-
sync
-