public interface

IFileDatabaseReader

com.pnfsoftware.jeb.core.dao.IFileDatabaseReader
Known Indirect Subclasses

Class Overview

A database record reader.

See Also

Summary

Public Methods
abstract void close()
Close the reader.
abstract InputStream getRecord(int expectedType)
Retrieve a record.@return

Public Methods

public abstract void close ()

Close the reader.

Throws
IOException

public abstract InputStream getRecord (int expectedType)

Retrieve a record.@return

Throws
IOException