com.gc.iotools.stream.os
Class SizeRecorderOutputStream
java.lang.Object
java.io.OutputStream
com.gc.iotools.stream.os.inspection.StatsOutputStream
com.gc.iotools.stream.os.StatsOutputStream
com.gc.iotools.stream.os.SizeRecorderOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
Deprecated.
@Deprecated
public class SizeRecorderOutputStream
- extends StatsOutputStream
This class counts the number of bytes written to the
OutputStream passed in the constructor.
Will be removed in 1.3 version. Please use
com.gc.iotools.stream.os.inspection.StatsOutputStream
TODO: junits
- Since:
- 1.0.6
- Author:
- dvd.smnt
- See Also:
StatsOutputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SizeRecorderOutputStream
public SizeRecorderOutputStream(OutputStream destination)
- Deprecated.
Copyright © 2008-2009. All Rights Reserved.