Package org.eclipse.net4j.util.io
Class AsyncOutputStream
- java.lang.Object
- 
- java.io.OutputStream
- 
- java.io.PipedOutputStream
- 
- org.eclipse.net4j.util.io.AsyncOutputStream
 
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.io.Flushable,- java.lang.AutoCloseable
 
 public abstract class AsyncOutputStream extends java.io.PipedOutputStream- Since:
- 3.1
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description AsyncOutputStream()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidasyncWrite(java.io.InputStream in)voidclose()
 
- 
- 
- 
Method Detail- 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
- Overrides:
- closein class- java.io.PipedOutputStream
- Throws:
- java.io.IOException
 
 - 
asyncWriteprotected abstract void asyncWrite(java.io.InputStream in) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
-