Uses of Interface
org.apache.jena.dboe.base.file.BinaryDataFile
-
Packages that use BinaryDataFile Package Description org.apache.jena.dboe.base.file -
-
Uses of BinaryDataFile in org.apache.jena.dboe.base.file
Classes in org.apache.jena.dboe.base.file that implement BinaryDataFile Modifier and Type Class Description classBinaryDataFileMemImplementation ofBinaryDataFilein memory for testing and development use.classBinaryDataFileRandomAccessImplementation ofBinaryDataFileusingRandomAccessFile.classBinaryDataFileSyncAdd synchronization to all BinaryDataFile operations.classBinaryDataFileWrapperclassBinaryDataFileWriteBufferedImplementation ofBinaryDataFileadding write buffering to anotherBinaryDataFilefile, such as aBinaryDataFileRandomAccess.Methods in org.apache.jena.dboe.base.file that return BinaryDataFile Modifier and Type Method Description static BinaryDataFileFileFactory. createBinaryDataFile()static BinaryDataFileFileFactory. createBinaryDataFile(FileSet fileset, java.lang.String ext)Constructors in org.apache.jena.dboe.base.file with parameters of type BinaryDataFile Constructor Description BinaryDataFileSync(BinaryDataFile other)BinaryDataFileWrapper(BinaryDataFile other)BinaryDataFileWriteBuffered(BinaryDataFile other)BinaryDataFileWriteBuffered(BinaryDataFile other, int bufferSize)
-