|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.Hessian2StreamingInput
public class Hessian2StreamingInput
Output stream for Hessian 2 streaming requests.
Nested Class Summary | |
---|---|
(package private) static class |
Hessian2StreamingInput.StreamingInputStream
|
Field Summary | |
---|---|
private Hessian2Input |
_in
|
Constructor Summary | |
---|---|
Hessian2StreamingInput(java.io.InputStream is)
Creates a new Hessian input stream, initialized with an underlying input stream. |
Method Summary | |
---|---|
void |
close()
Close the output. |
java.lang.Object |
readObject()
Read the next object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Hessian2Input _in
Constructor Detail |
---|
public Hessian2StreamingInput(java.io.InputStream is)
is
- the underlying output stream.Method Detail |
---|
public java.lang.Object readObject() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |