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.
|
public 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–2018 The Apache Software Foundation. All rights reserved.