Package org.apache.commons.io.output
Class UncheckedFilterWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.commons.io.output.UncheckedFilterWriter
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
A 
FilterWriter that throws UncheckedIOException instead of IOException.
 
 To build an instance, use UncheckedFilterWriter.Builder.
 
- Since:
- 2.12.0
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class java.io.FilterWriterout
- 
Method SummaryModifier and TypeMethodDescriptionappend(char c) Calls this method's super and rethrowIOExceptionasUncheckedIOException.append(CharSequence csq) Calls this method's super and rethrowIOExceptionasUncheckedIOException.append(CharSequence csq, int start, int end) Calls this method's super and rethrowIOExceptionasUncheckedIOException.builder()Constructs a newUncheckedFilterWriter.Builder.voidclose()Calls this method's super and rethrowIOExceptionasUncheckedIOException.voidflush()Calls this method's super and rethrowIOExceptionasUncheckedIOException.voidwrite(char[] cbuf) Calls this method's super and rethrowIOExceptionasUncheckedIOException.voidwrite(char[] cbuf, int off, int len) Calls this method's super and rethrowIOExceptionasUncheckedIOException.voidwrite(int c) Calls this method's super and rethrowIOExceptionasUncheckedIOException.voidCalls this method's super and rethrowIOExceptionasUncheckedIOException.voidCalls this method's super and rethrowIOExceptionasUncheckedIOException.
- 
Method Details- 
builderConstructs a newUncheckedFilterWriter.Builder.- Returns:
- a new UncheckedFilterWriter.Builder.
 
- 
appendCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Specified by:
- appendin interface- Appendable
- Overrides:
- appendin class- Writer
- Throws:
- UncheckedIOException
 
- 
appendCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Specified by:
- appendin interface- Appendable
- Overrides:
- appendin class- Writer
- Throws:
- UncheckedIOException
 
- 
appendCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Specified by:
- appendin interface- Appendable
- Overrides:
- appendin class- Writer
- Throws:
- UncheckedIOException
 
- 
closeCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- FilterWriter
- Throws:
- UncheckedIOException
 
- 
flushCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- FilterWriter
- Throws:
- UncheckedIOException
 
- 
writeCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Overrides:
- writein class- Writer
- Throws:
- UncheckedIOException
 
- 
writeCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Overrides:
- writein class- FilterWriter
- Throws:
- UncheckedIOException
 
- 
writeCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Overrides:
- writein class- FilterWriter
- Throws:
- UncheckedIOException
 
- 
writeCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Overrides:
- writein class- Writer
- Throws:
- UncheckedIOException
 
- 
writeCalls this method's super and rethrowIOExceptionasUncheckedIOException.- Overrides:
- writein class- FilterWriter
- Throws:
- UncheckedIOException
 
 
-