类 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 IOException
Writes a character.- 指定者:
write
在类中OutputStream
- 抛出:
IOException
-
flush
public void flush() throws IOException
- 指定者:
flush
在接口中Flushable
- 覆盖:
flush
在类中OutputStream
- 抛出:
IOException
-
close
public void close() throws IOException
closes the stream.- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 覆盖:
close
在类中OutputStream
- 抛出:
IOException
-
-