Package org.eclipse.net4j.util.io
Class AsyncWriter
- java.lang.Object
- 
- java.io.Writer
- 
- java.io.PipedWriter
- 
- org.eclipse.net4j.util.io.AsyncWriter
 
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.io.Flushable,- java.lang.Appendable,- java.lang.AutoCloseable
 
 public abstract class AsyncWriter extends java.io.PipedWriter- Since:
- 3.1
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description AsyncWriter()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidasyncWrite(java.io.Reader 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.PipedWriter
- Throws:
- java.io.IOException
 
 - 
asyncWriteprotected abstract void asyncWrite(java.io.Reader in) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
-