phelps.io
public class OutputStreamCount extends FilterOutputStream
Version: $Revision: 1.2 $ $Date: 2003/08/17 14:23:16 $
Constructor Summary | |
---|---|
OutputStreamCount(OutputStream out) |
Method Summary | |
---|---|
void | reset() Resets count of number of bytes written to stream to 0. |
long | size() Returns count of number of bytes written to stream. |
void | write(byte[] b) |
void | write(byte[] b, int off, int len) |
void | write(int b) |