java.lang.Object
java.io.Writer
com.aoapps.sql.wrapper.WriterWrapper
com.aoapps.sql.failfast.FailFastWriter
- All Implemented Interfaces:
NoClose
,Wrapper
,Closeable
,Flushable
,Appendable
,AutoCloseable
,Wrapper
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(char c) append
(CharSequence csq) append
(CharSequence csq, int start, int end) void
close()
void
flush()
protected FailFastConnectionImpl
void
write
(char[] cbuf) void
write
(char[] cbuf, int off, int len) void
write
(int c) void
void
Methods inherited from class com.aoapps.sql.wrapper.WriterWrapper
getWrapped, isNoClose, toString
Methods inherited from class java.io.Writer
nullWriter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastWriter
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classWriterWrapper
-
write
- Overrides:
write
in classWriterWrapper
- Throws:
IOException
-
write
- Overrides:
write
in classWriterWrapper
- Throws:
IOException
-
write
- Overrides:
write
in classWriterWrapper
- Throws:
IOException
-
write
- Overrides:
write
in classWriterWrapper
- Throws:
IOException
-
write
- Overrides:
write
in classWriterWrapper
- Throws:
IOException
-
append
- Specified by:
append
in interfaceAppendable
- Overrides:
append
in classWriterWrapper
- Throws:
IOException
-
append
- Specified by:
append
in interfaceAppendable
- Overrides:
append
in classWriterWrapper
- Throws:
IOException
-
append
- Specified by:
append
in interfaceAppendable
- Overrides:
append
in classWriterWrapper
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classWriterWrapper
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceNoClose
- Overrides:
close
in classWriterWrapper
- Throws:
IOException
-