public class CountInputStreamImpl extends CountInputStream
| Constructor and Description |
|---|
CountInputStreamImpl(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getBytesRead() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic CountInputStreamImpl(InputStream is) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic long getBytesRead()
Copyright © 2017. All rights reserved.