|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a factory for creating inputs and outputs.
Method Summary | |
IInput |
create(java.io.InputStream stream)
Wrap a stream within an input. |
IOutput |
create(java.io.OutputStream stream)
Wrap a stream within an output. |
Method Detail |
public IInput create(java.io.InputStream stream)
stream
- the input stream to wrap
public IOutput create(java.io.OutputStream stream)
stream
- the output stream to wrap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |