public class Hessian2StreamingOutput extends Object
| 构造器和说明 |
|---|
Hessian2StreamingOutput(Hessian2Output out) |
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.
|
Hessian2Output |
getHessian2Output() |
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 Hessian2StreamingOutput(Hessian2Output out)
public Hessian2Output getHessian2Output()
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–2024 The Apache Software Foundation. All rights reserved.