Package org.eclipse.rdf4j.common.io
Class UncloseableOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.eclipse.rdf4j.common.io.UncloseableOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class UncloseableOutputStream extends java.io.FilterOutputStream
-
-
Constructor Summary
Constructors Constructor Description UncloseableOutputStream(java.io.OutputStream parent)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voiddoClose()Invoke close on FilterOutputStream parent class.
-
-
-
Method Detail
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.FilterOutputStream- Throws:
java.io.IOException
-
doClose
public void doClose() throws java.io.IOExceptionInvoke close on FilterOutputStream parent class.- Throws:
java.io.IOException
-
-