|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreFunc
This interface is used to implement functions to write records from a dataset.
Method Summary | |
---|---|
void |
bindTo(OutputStream os)
Specifies the OutputStream to write to. |
void |
finish()
Do any kind of post processing because the last tuple has been stored. |
void |
putNext(Tuple f)
Write a tuple the output stream to which this instance was previously bound. |
Method Detail |
---|
void bindTo(OutputStream os) throws IOException
os
- The stream to write tuples to.
IOException
void putNext(Tuple f) throws IOException
f
- the tuple to store.
IOException
void finish() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |