electric.util.io
Class MonitoringInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byelectric.util.io.MonitoringInputStream

public class MonitoringInputStream
extends java.io.InputStream

MonitoringInputStream

Author:
webMethods

Constructor Summary
MonitoringInputStream(java.io.InputStream in)
           
 
Method Summary
 long getBytesRead()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoringInputStream

public MonitoringInputStream(java.io.InputStream in)
Parameters:
in -
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Parameters:
b -
off -
len -
Throws:
java.io.IOException

getBytesRead

public long getBytesRead()


copyright© 2001-2004 by webMethods All Rights Reserved.