public class HessianDebugOutputStream extends OutputStream
| Constructor and Description |
|---|
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 |
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 startTop2()
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 © 2011–2020 The Apache Software Foundation. All rights reserved.