类 HessianDebugOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- com.alibaba.com.caucho.hessian.io.HessianDebugOutputStream
-
- 所有已实现的接口:
Closeable,Flushable,AutoCloseable
public class HessianDebugOutputStream extends OutputStream
Debugging output stream for Hessian requests.
-
-
构造器概要
构造器 构造器 说明 HessianDebugOutputStream(OutputStream os, PrintWriter dbg)Creates an uninitialized Hessian input stream.HessianDebugOutputStream(OutputStream os, Logger log, Level level)Creates an uninitialized Hessian input stream.
-
-
-
构造器详细资料
-
HessianDebugOutputStream
public HessianDebugOutputStream(OutputStream os, PrintWriter dbg)
Creates an uninitialized Hessian input stream.
-
HessianDebugOutputStream
public HessianDebugOutputStream(OutputStream os, Logger log, Level level)
Creates an uninitialized Hessian input stream.
-
-
方法详细资料
-
startTop2
public void startTop2()
-
write
public void write(int ch) throws IOExceptionWrites a character.- 指定者:
write在类中OutputStream- 抛出:
IOException
-
flush
public void flush() throws IOException- 指定者:
flush在接口中Flushable- 覆盖:
flush在类中OutputStream- 抛出:
IOException
-
close
public void close() throws IOExceptioncloses the stream.- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中OutputStream- 抛出:
IOException
-
-