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 void
close()
void
doClose()
Invoke close on FilterOutputStream parent class.
-
-
-
Method Detail
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Overrides:
close
in classjava.io.FilterOutputStream
- Throws:
java.io.IOException
-
doClose
public void doClose() throws java.io.IOException
Invoke close on FilterOutputStream parent class.- Throws:
java.io.IOException
-
-