|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
S - The data binding type of the sinkR - The data binding type of the resultpublic interface DataPipe<S,R>
Data pipe allows a data source pushes data into its sink and pipe the data into its result
| Method Summary | |
|---|---|
R |
getResult()
Returns the data populated by the sink |
S |
getSink()
Returns a sink (for example, java.io.OutputStream, java.io.Writer or org.xml.sax.ContentHandler) to receive data pushed by the source |
| Method Detail |
|---|
S getSink()
R getResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||