Contents
Class UncloseableOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.eclipse.rdf4j.common.io.UncloseableOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
Fields inherited from class java.io.FilterOutputStream
out
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterOutputStream
flush, write, write, write
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterOutputStream
- Throws:
IOException
-
doClose
Invoke close on FilterOutputStream parent class.- Throws:
IOException
-