public class HessianDebugOutputStream extends OutputStream
| 构造器和说明 |
|---|
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 在类中 OutputStreamIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 OutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.