Class DisabledOutputStream

java.lang.Object
java.io.OutputStream
org.eclipse.jgit.util.io.DisabledOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class DisabledOutputStream extends OutputStream
An OutputStream which always throws IllegalStateExeption during write.