| com.pnfsoftware.jeb.core.dao.IFileDatabaseReader |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
close()
Close the reader.
| ||||||||||
| abstract File |
getBackingFile()
Retrieve the backing file, if any.@return
| ||||||||||
| abstract InputStream |
getRecord(JEB2FileDatabaseReader.RecordDescription r)
Retrieve a record.@return
| ||||||||||
| abstract InputStream |
getRecord(int type)
Retrieve a record.
| ||||||||||
| abstract JEB2FileDatabaseReader.RecordDescription | getRecordDescription(int type) | ||||||||||
| abstract List<JEB2FileDatabaseReader.RecordDescription> | getRecordDescriptions() | ||||||||||
| abstract boolean |
hasBackingFile()
Determine if this database is backed by a file.
| ||||||||||
Close the reader.
| IOException |
|---|
Retrieve the backing file, if any.@return
| NoSuchFileException |
|---|
Retrieve a record.@return
| IOException |
|---|
Retrieve a record.
| type | record type |
|---|
| IOException |
|---|
| type | record type |
|---|
Determine if this database is backed by a file.