java.lang.Object
java.io.OutputStream
com.aoapps.sql.wrapper.OutputStreamWrapper
com.aoapps.sql.failfast.FailFastOutputStream
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionFailFastOutputStream(FailFastConnectionImpl failFastConnection, OutputStream wrapped) -
Method Summary
Methods inherited from class com.aoapps.sql.wrapper.OutputStreamWrapper
getWrapped, isNoClose, toStringMethods inherited from class java.io.OutputStream
nullOutputStreamMethods 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
-
FailFastOutputStream
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classOutputStreamWrapper
-
write
- Overrides:
writein classOutputStreamWrapper- Throws:
IOException
-
write
- Overrides:
writein classOutputStreamWrapper- Throws:
IOException
-
write
- Overrides:
writein classOutputStreamWrapper- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStreamWrapper- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceNoClose- Overrides:
closein classOutputStreamWrapper- Throws:
IOException
-
