Class MonitoredOutputStream
java.lang.Object
java.io.OutputStream
ubic.gemma.web.controller.util.upload.MonitoredOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
OutputStream that puts information on how many bytes have been read into a OutputStreamListener.
- Author:
- Original : plosson on 05-janv.-2006 10:46:33, pavlidis
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonitoredOutputStream
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-