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.OutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
Copyright 2003-2013. All Rights Reserved.