com.gc.iotools.stream.os
Class SizeRecorderOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.gc.iotools.stream.os.StatsOutputStream
          extended by 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. TODO: junits

Since:
1.0.6
Author:
dvd.smnt
See Also:
StatsOutputStream

Constructor Summary
SizeRecorderOutputStream(OutputStream destination)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.gc.iotools.stream.os.StatsOutputStream
close, flush, getSize, getTime, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SizeRecorderOutputStream

public SizeRecorderOutputStream(OutputStream destination)
Deprecated. 


Copyright © 2008-2009. All Rights Reserved.