public class ByteCountInputStream extends FilterInputStream
Note: All read methods MUST be overridden if you subclass this filter as it overrides them all for better performance.
Constructor and Description |
---|
ByteCountInputStream(InputStream in) |
public ByteCountInputStream(InputStream in)
in
- public int getNRead()
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] a) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] a, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.