public class Hessian2StreamingOutput extends Object
| 构造器和说明 |
|---|
Hessian2StreamingOutput(OutputStream os)
Creates a new Hessian output stream, initialized with an
underlying output stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Close the output.
|
void |
flush()
Flushes the output.
|
boolean |
isCloseStreamOnClose() |
void |
setCloseStreamOnClose(boolean isClose) |
void |
writeObject(Object object)
Writes any object to the output stream.
|
public Hessian2StreamingOutput(OutputStream os)
os - the underlying output stream.public boolean isCloseStreamOnClose()
public void setCloseStreamOnClose(boolean isClose)
public void writeObject(Object object) throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.