public class HessianDebugOutputStream
extends java.io.OutputStream
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
HessianDebugOutputStream.LogWriter |
| Modifier and Type | Field and Description |
|---|---|
private java.io.OutputStream |
_os |
private HessianDebugState |
_state |
| Constructor and Description |
|---|
HessianDebugOutputStream(java.io.OutputStream os,
java.util.logging.Logger log,
java.util.logging.Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugOutputStream(java.io.OutputStream os,
java.io.PrintWriter dbg)
Creates an uninitialized Hessian input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the stream.
|
void |
flush() |
void |
startStreaming() |
void |
startTop2() |
void |
write(int ch)
Writes a character.
|
private java.io.OutputStream _os
private HessianDebugState _state
public HessianDebugOutputStream(java.io.OutputStream os,
java.io.PrintWriter dbg)
public HessianDebugOutputStream(java.io.OutputStream os,
java.util.logging.Logger log,
java.util.logging.Level level)
public void startTop2()
public void startStreaming()
public void write(int ch)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright 2003-2013. All Rights Reserved.