public class HessianDebugInputStream extends InputStream
| Constructor and Description |
|---|
HessianDebugInputStream(InputStream is,
Logger log,
Level level)
Creates an uninitialized Hessian input stream.
|
HessianDebugInputStream(InputStream is,
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 |
startTop2() |
available, mark, markSupported, read, read, reset, skippublic HessianDebugInputStream(InputStream is, PrintWriter dbg)
public HessianDebugInputStream(InputStream is, Logger log, Level level)
public void startTop2()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.