public class Hessian2StreamingInput
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Hessian2StreamingInput.StreamingInputStream |
Modifier and Type | Field and Description |
---|---|
private Hessian2Input |
_in |
Constructor and Description |
---|
Hessian2StreamingInput(java.io.InputStream is)
Creates a new Hessian input stream, initialized with an
underlying input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the output.
|
java.lang.Object |
readObject()
Read the next object
|
private Hessian2Input _in