public class HessianDebugInputStream extends InputStream
| Constructor and Description |
|---|
HessianDebugInputStream(InputStream is,
Logger log,
Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugInputStream(InputStream is,
OutputStream os)
Creates an uninitialized Hessian input stream.
|
HessianDebugInputStream(InputStream is,
PrintWriter dbg)
Creates an uninitialized Hessian input stream.
|
HessianDebugInputStream(Logger log,
Level level)
Creates an uninitialized Hessian input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the stream.
|
void |
initPacket(InputStream is) |
int |
read()
Reads a character.
|
void |
setDepth(int depth) |
void |
startData1() |
void |
startStreaming() |
void |
startTop2() |
available, mark, markSupported, read, read, reset, skippublic HessianDebugInputStream(InputStream is, OutputStream os)
public HessianDebugInputStream(InputStream is, PrintWriter dbg)
public HessianDebugInputStream(InputStream is, Logger log, Level level)
public void initPacket(InputStream is)
public void startTop2()
public void startData1()
public void startStreaming()
public void setDepth(int depth)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.