| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecordWriteSupport
Implemented by streams that support writing records.
| Method Summary | |
|---|---|
|  void | flush()Flushes any buffered record data. | 
|  void | writeRecord(byte[] data,
            boolean eof)Writes out a whole record. | 
| Method Detail | 
|---|
void writeRecord(byte[] data,
                 boolean eof)
                 throws java.io.IOException
data - The record data.eof - True, if last record is passed.
java.io.IOException - Thrown if writing fails.
void flush()
           throws java.io.IOException
java.io.IOException - Thrown if IO fails.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||