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, skip
public 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 InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2023. All rights reserved.