TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs
Class FsStatistics.CountingInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by de.schlichtherle.truezip.io.DecoratingInputStream
          extended by de.schlichtherle.truezip.fs.FsStatistics.CountingInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
FsStatistics

@NotThreadSafe
private final class FsStatistics.CountingInputStream
extends DecoratingInputStream


Field Summary
 
Fields inherited from class de.schlichtherle.truezip.io.DecoratingInputStream
delegate
 
Constructor Summary
FsStatistics.CountingInputStream(InputStream in)
           
 
Method Summary
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class de.schlichtherle.truezip.io.DecoratingInputStream
available, close, mark, markSupported, read, reset, skip, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FsStatistics.CountingInputStream

FsStatistics.CountingInputStream(InputStream in)
Method Detail

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

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.