public class HessianDebugOutputStream extends OutputStream
| Constructor and Description |
|---|
HessianDebugOutputStream(Logger log,
Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugOutputStream(OutputStream os,
Logger log,
Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugOutputStream(OutputStream os,
PrintWriter dbg)
Creates an uninitialized Hessian input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the stream.
|
void |
flush() |
void |
initPacket(OutputStream os) |
void |
startStreaming() |
void |
startTop2() |
void |
write(int ch)
Writes a character.
|
write, writepublic HessianDebugOutputStream(OutputStream os, PrintWriter dbg)
public HessianDebugOutputStream(OutputStream os, Logger log, Level level)
public void initPacket(OutputStream os)
public void startTop2()
public void startStreaming()
public void write(int ch)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.