public class HessianDebugOutputStream extends OutputStream
Constructor and Description |
---|
HessianDebugOutputStream(Logger log,
Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugOutputStream(OutputStream os,
Logger log,
Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugOutputStream(OutputStream os,
PrintWriter dbg)
Creates an uninitialized Hessian input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
closes the stream.
|
void |
flush() |
void |
initPacket(OutputStream os) |
void |
startStreaming() |
void |
startTop2() |
void |
write(int ch)
Writes a character.
|
write, write
public HessianDebugOutputStream(OutputStream os, PrintWriter dbg)
public HessianDebugOutputStream(OutputStream os, Logger log, Level level)
public void initPacket(OutputStream os)
public void startTop2()
public void startStreaming()
public void write(int ch) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
Copyright © 2023. All rights reserved.