|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Gathers an input and an output used by MessageCodec
.
Method Summary | |
Object |
getInput()
Returns an input that can be used to read data to decode. |
Object |
getOutput()
Returns an output that can be used to write encoded data. |
void |
setInput(Object input)
Set the input. |
void |
setOutput(Object output)
Set the output. |
Method Detail |
public Object getInput() throws IOException
IOException
- if the input can't be created.public void setInput(Object input)
MessageCodec
that use
specialized input. If this object is used to decode another message, the
codec can reuse its specialized input.
input
- the new input.public Object getOutput() throws IOException
IOException
- if the output can't be created.public void setOutput(Object output)
MessageCodec
that use
specialized output. If this object is used to decode another message, the
codec can reuse its specialized output.
output
- the new output.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |