| Package | Description |
|---|---|
| org.apache.jena.dboe.base.file |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryDataFileMem
Implementation of
BinaryDataFile in memory for testing
and development use. |
class |
BinaryDataFileRandomAccess
Implementation of
BinaryDataFile using RandomAccessFile. |
class |
BinaryDataFileSync
Add synchronization to all BinaryDataFile operations.
|
class |
BinaryDataFileWrapper |
class |
BinaryDataFileWriteBuffered
Implementation of
BinaryDataFile adding write buffering to another
BinaryDataFile file, such as a BinaryDataFileRandomAccess. |
| Modifier and Type | Method and Description |
|---|---|
static BinaryDataFile |
FileFactory.createBinaryDataFile() |
static BinaryDataFile |
FileFactory.createBinaryDataFile(FileSet fileset,
String ext) |
| Constructor and Description |
|---|
BinaryDataFileSync(BinaryDataFile other) |
BinaryDataFileWrapper(BinaryDataFile other) |
BinaryDataFileWriteBuffered(BinaryDataFile other) |
BinaryDataFileWriteBuffered(BinaryDataFile other,
int bufferSize) |
Licensed under the Apache License, Version 2.0