public class CountingInputStream extends InputStream
| Constructor and Description |
|---|
CountingInputStream(InputStream rawIn) |
public CountingInputStream(InputStream rawIn)
public int read()
throws IOException
read 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 void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic int getCount()
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.