|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a factory for creating input and output implementations.
| Method Summary | |
IInputImp |
create(java.io.InputStream stream)
Wrap a stream within an input implementation. |
IOutputImp |
create(java.io.OutputStream stream)
Wrap a stream within an output implementation. |
| Method Detail |
public IInputImp create(java.io.InputStream stream)
stream - the input stream to wrap
public IOutputImp 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 | ||||||||||