electric.util.io
Class MonitoringOutputStream
java.lang.Object
java.io.OutputStream
electric.util.io.MonitoringOutputStream
- public class MonitoringOutputStream
- extends java.io.OutputStream
MonitoringOutputStream
- Author:
- webMethods
| 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 |
MonitoringOutputStream
public MonitoringOutputStream(java.io.OutputStream out)
- Parameters:
out -
write
public void write(int b)
throws java.io.IOException
- Parameters:
b -
- Throws:
java.io.IOException
write
public void write(byte[] b)
throws java.io.IOException
- Parameters:
b -
- Throws:
java.io.IOException
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Parameters:
b - off - len -
- Throws:
java.io.IOException
getBytesWritten
public long getBytesWritten()
copyright© 2001-2004 by webMethods All Rights Reserved.