Package net.automatalib.common.util.io
-
Class Summary Class Description NonClosingInputStream A delegating input stream that does nothing when being closed.NonClosingOutputStream A delegating output stream that does not close but flush the delegate output stream.UnclosableInputStream A delegating input stream that throws an exception when closed.UnclosableOutputStream A delegating output stream that throws an exception when closed.