|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - the element generic typepublic interface Pipe<E>
Defines the interface for a pipe.
| Method Summary | |
|---|---|
void |
provide(E element)
Provide an element. |
| Methods inherited from interface java.io.Flushable |
|---|
flush |
| Method Detail |
|---|
void provide(E element)
throws IOException
element - the provided element
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||