de.schlichtherle.truezip.fs
Class FsStatistics.CountingInputStream
java.lang.Object
java.io.InputStream
de.schlichtherle.truezip.io.DecoratingInputStream
de.schlichtherle.truezip.fs.FsStatistics.CountingInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- FsStatistics
@NotThreadSafe
private final class FsStatistics.CountingInputStream
- extends DecoratingInputStream
|
Method Summary |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
FsStatistics.CountingInputStream
FsStatistics.CountingInputStream(InputStream in)
read
public int read()
throws IOException
- Overrides:
read in class DecoratingInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class DecoratingInputStream
- Throws:
IOException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.