org.ofbiz.base.util
Class OutputStreamByteCount
java.lang.Object
java.io.OutputStream
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. |
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 |
byteCount
protected long byteCount
- Deprecated.
OutputStreamByteCount
public OutputStreamByteCount()
- Deprecated.
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.