public class HessianDebugInputStream
extends java.io.InputStream
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HessianDebugInputStream.LogWriter |
Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
_is |
private HessianDebugState |
_state |
Constructor and Description |
---|
HessianDebugInputStream(java.io.InputStream is,
java.util.logging.Logger log,
java.util.logging.Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugInputStream(java.io.InputStream is,
java.io.OutputStream os)
Creates an uninitialized Hessian input stream.
|
HessianDebugInputStream(java.io.InputStream is,
java.io.PrintWriter dbg)
Creates an uninitialized Hessian input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
closes the stream.
|
int |
read()
Reads a character.
|
void |
setDepth(int depth) |
void |
startData1() |
void |
startStreaming() |
void |
startTop2() |
private java.io.InputStream _is
private HessianDebugState _state
public HessianDebugInputStream(java.io.InputStream is, java.io.OutputStream os)
public HessianDebugInputStream(java.io.InputStream is, java.io.PrintWriter dbg)
public HessianDebugInputStream(java.io.InputStream is, java.util.logging.Logger log, java.util.logging.Level level)
public void startTop2()
public void startData1()
public void startStreaming()
public void setDepth(int depth)
public int read() throws java.io.IOException
read
in class java.io.InputStream
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.InputStream
java.io.IOException
Copyright 2003-2013. All Rights Reserved.