public class CountingInputStream extends FilterInputStream
in| Constructor and Description |
|---|
CountingInputStream(InputStream in) |
public CountingInputStream(InputStream in)
public long getCount()
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.