| java.lang.Object |
| ↳ |
com.pnfsoftware.jeb.core.dao.impl.JEB2FileDatabaseWriter |
Class Overview
Standard JEB database record writer.
Summary
| Public Methods |
|
OutputStream
|
beginRecord(int type, int flags)
Initialize a new record.
|
|
void
|
close()
Close the writer.
|
|
void
|
endRecord(OutputStream out)
Close an opened record.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
com.pnfsoftware.jeb.core.dao.IFileDatabaseWriter
|
abstract
OutputStream
|
beginRecord(int type, int flags)
Initialize a new record.
|
|
abstract
void
|
close()
Close the writer.
|
|
abstract
void
|
endRecord(OutputStream out)
Close an opened record.
|
|
Public Constructors
public
JEB2FileDatabaseWriter
(File f)
Public Methods
public
OutputStream
beginRecord
(int type, int flags)
Parameters
| type |
the record type, should be in [0, 0xFFFFFF] |
| flags |
record flags, should be in [0, 0xFF] |
Returns
- the output stream for the newly-created record
public
void
endRecord
(OutputStream out)