java.lang.Object
java.io.OutputStream
com.aoapps.sql.wrapper.OutputStreamWrapper
Wraps an
OutputStream.- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionOutputStreamWrapper(ConnectionWrapperImpl connectionWrapper, OutputStream wrapped) -
Method Summary
Methods 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
-
OutputStreamWrapper
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Gets the output stream that is wrapped.- Specified by:
getWrappedin interfaceWrapper
-
isNoClose
public boolean isNoClose() -
toString
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceNoClose- Overrides:
closein classOutputStream- Throws:
IOException
-
