TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs
Class FsStatistics.CountingOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by de.schlichtherle.truezip.io.DecoratingOutputStream
          extended by de.schlichtherle.truezip.fs.FsStatistics.CountingOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
FsStatistics

@NotThreadSafe
private final class FsStatistics.CountingOutputStream
extends DecoratingOutputStream


Field Summary
 
Fields inherited from class de.schlichtherle.truezip.io.DecoratingOutputStream
delegate
 
Constructor Summary
FsStatistics.CountingOutputStream(OutputStream out)
           
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class de.schlichtherle.truezip.io.DecoratingOutputStream
close, flush, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FsStatistics.CountingOutputStream

FsStatistics.CountingOutputStream(OutputStream out)
Method Detail

write

public void write(int b)
           throws IOException
Overrides:
write in class DecoratingOutputStream
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class DecoratingOutputStream
Throws:
IOException

TrueZIP Kernel 7.0-rc2

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