Class OutputStreamWriterCancelable
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
fr.opensagres.xdocreport.core.io.internal.OutputStreamWriterCancelable
- All Implemented Interfaces:
StreamCancelable,Closeable,Flushable,Appendable,AutoCloseable
Extends
OutputStreamWriter to implements StreamCancelable. This writer doesn't close the writer when
StreamCancelable.cancel() is called.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStreamWriter
append, append, flush, getEncoding, write, write, writeMethods inherited from class java.io.Writer
append, nullWriter, write, write
-
Constructor Details
-
OutputStreamWriterCancelable
-
-
Method Details
-
cancel
public void cancel()- Specified by:
cancelin interfaceStreamCancelable
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStreamWriter- Throws:
IOException
-