Package | Description |
---|---|
org.axiondb.engine.tables | |
org.axiondb.io | |
org.axiondb.types |
DataType implementations. |
Modifier and Type | Method and Description |
---|---|
protected BufferedDataInputStream |
BaseDiskTable.getInputStream() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
FixedWidthFlatfileTable.isEndOfRecord(int recLength,
int nextChar,
BufferedDataInputStream data) |
protected boolean |
TaggedEBCDICTable.isEndOfRecord(int recLength,
int nextChar,
BufferedDataInputStream data) |
protected abstract boolean |
BaseFlatfileTable.isEndOfRecord(int recLength,
int nextChar,
BufferedDataInputStream data) |
protected boolean |
DelimitedFlatfileTable.isEndOfRecord(int recLength,
int nextChar,
BufferedDataInputStream data) |
Modifier and Type | Method and Description |
---|---|
BufferedDataInputStream |
AxionFileSystem.openBufferedDIS(java.io.File file)
Open file in read only mode, position will be set to 0.
|
Modifier and Type | Method and Description |
---|---|
protected BufferedDataInputStream |
LOBType.getLobFile() |
Modifier and Type | Method and Description |
---|---|
LobSource |
LobLocator.getLobSource(java.io.File parentDir,
BufferedDataInputStream in) |
LobSource |
FileLobLocator.getLobSource(java.io.File parentDir,
BufferedDataInputStream in) |
LobSource |
FileOffsetLobLocator.getLobSource(java.io.File parentDir,
BufferedDataInputStream in) |
Constructor and Description |
---|
FileOffsetLobSource(BufferedDataInputStream in,
long offset,
int length) |