.. java:import:: java.io IOException .. java:import:: java.io OutputStream UncloseableOutputStream ======================= .. java:package:: org.caosdb.server.utils :noindex: .. java:type:: public class UncloseableOutputStream extends OutputStream Constructors ------------ UncloseableOutputStream ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public UncloseableOutputStream(OutputStream wrap) :outertype: UncloseableOutputStream Methods ------- close ^^^^^ .. java:method:: @Override public void close() throws IOException :outertype: UncloseableOutputStream flush ^^^^^ .. java:method:: @Override public void flush() throws IOException :outertype: UncloseableOutputStream write ^^^^^ .. java:method:: @Override public void write(int b) throws IOException :outertype: UncloseableOutputStream