org.ofbiz.base.util
Class OutputStreamByteCount

java.lang.Object
  extended by java.io.OutputStream
      extended by org.ofbiz.base.util.OutputStreamByteCount
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

Deprecated.

public class OutputStreamByteCount
extends java.io.OutputStream


Field Summary
protected  long byteCount
          Deprecated.  
 
Constructor Summary
OutputStreamByteCount()
          Deprecated.  
 
Method Summary
 long getByteCount()
          Deprecated.  
 void write(byte[] b)
          Deprecated.  
 void write(byte[] b, int off, int len)
          Deprecated.  
 void write(int arg0)
          Deprecated.  
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

byteCount

protected long byteCount
Deprecated. 
Constructor Detail

OutputStreamByteCount

public OutputStreamByteCount()
Deprecated. 

Method Detail

write

public void write(int arg0)
           throws java.io.IOException
Deprecated. 
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException
See Also:
OutputStream.write(int)

write

public void write(byte[] b)
           throws java.io.IOException
Deprecated. 
Overrides:
write in class java.io.OutputStream
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Deprecated. 
Overrides:
write in class java.io.OutputStream
Throws:
java.io.IOException

getByteCount

public long getByteCount()
Deprecated.