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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(char c) append(CharSequence csq) append(CharSequence csq, int start, int end) voidclose()voidflush()protected FailFastConnectionImplvoidwrite(char[] cbuf) voidwrite(char[] cbuf, int off, int len) voidwrite(int c) voidvoidMethods inherited from class com.aoapps.sql.wrapper.WriterWrapper
getWrapped, isNoClose, toStringMethods inherited from class java.io.Writer
nullWriterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastWriter
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classWriterWrapper
-
write
- Overrides:
writein classWriterWrapper- Throws:
IOException
-
write
- Overrides:
writein classWriterWrapper- Throws:
IOException
-
write
- Overrides:
writein classWriterWrapper- Throws:
IOException
-
write
- Overrides:
writein classWriterWrapper- Throws:
IOException
-
write
- Overrides:
writein classWriterWrapper- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriterWrapper- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriterWrapper- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriterWrapper- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classWriterWrapper- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceNoClose- Overrides:
closein classWriterWrapper- Throws:
IOException
-
