| com.pnfsoftware.jeb.core.dao.IFileDatabaseReader |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract File |
getBackingFile()
Retrieve the backing file, if any.@return
| ||||||||||
| abstract InputStream |
getRecord(int type)
Retrieve a record.
| ||||||||||
| abstract InputStream |
getRecord(JDB2Reader.RecordDescription r)
Retrieve a record.@return
| ||||||||||
| abstract JDB2Reader.RecordDescription | getRecordDescription(int type) | ||||||||||
| abstract List<JDB2Reader.RecordDescription> | getRecordDescriptions() | ||||||||||
| abstract boolean |
hasBackingFile()
Determine if this database is backed by a file.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.io.Closeable
| |||||||||||
From interface
java.lang.AutoCloseable
| |||||||||||
Retrieve the backing file, if any.@return
| NoSuchFileException |
|---|
Retrieve a record.
| type | record type |
|---|
| IOException |
|---|
Retrieve a record.@return
| IOException |
|---|
| type | record type |
|---|
Determine if this database is backed by a file.