de.schlichtherle.truezip.fs
Class FsStatistics.CountingOutputStream
java.lang.Object
java.io.OutputStream
de.schlichtherle.truezip.io.DecoratingOutputStream
de.schlichtherle.truezip.fs.FsStatistics.CountingOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- FsStatistics
@NotThreadSafe
private final class FsStatistics.CountingOutputStream
- extends DecoratingOutputStream
|
Method Summary |
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
FsStatistics.CountingOutputStream
FsStatistics.CountingOutputStream(OutputStream out)
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
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.