public class Hessian2StreamingInput extends Object
| Constructor and Description |
|---|
Hessian2StreamingInput(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.
|
Object |
readObject()
Read the next object
|
public Hessian2StreamingInput(InputStream is)
is - the underlying output stream.public Object readObject() throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.