public class DebugInputStream extends InputStream
| Constructor and Description |
|---|
DebugInputStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
long |
getBytesRead() |
int |
read() |
long |
skip(long n) |
mark, markSupported, read, read, resetpublic DebugInputStream(InputStream is)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic long getBytesRead()
Copyright © 2007-2012. All Rights Reserved.