public class Hessian2StreamingOutput extends Object
| Constructor and Description |
|---|
Hessian2StreamingOutput(Hessian2Output out) |
Hessian2StreamingOutput(OutputStream os)
Creates a new Hessian output stream, initialized with an
underlying output stream.
|
| Modifier and Type | Method and Description |
|---|---|
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 void setCloseStreamOnClose(boolean isClose)
public boolean isCloseStreamOnClose()
public void writeObject(Object object) throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.