uk.org.retep.util.monitor
Class BandwidthProgressListener.MonitoredOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by uk.org.retep.util.monitor.BandwidthProgressListener.MonitoredOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
BandwidthProgressListener

public static class BandwidthProgressListener.MonitoredOutputStream
extends java.io.OutputStream


Constructor Summary
BandwidthProgressListener.MonitoredOutputStream(java.io.OutputStream stream, ProgressListener listener)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BandwidthProgressListener.MonitoredOutputStream

public BandwidthProgressListener.MonitoredOutputStream(java.io.OutputStream stream,
                                                       ProgressListener listener)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException


Copyright © 1998-2010 Retep Development Group. All Rights Reserved.