Class SVNOutputStream

java.lang.Object
java.io.OutputStream
java.io.PipedOutputStream
org.tigris.subversion.javahl.SVNOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class SVNOutputStream
extends PipedOutputStream
This class connects a java.io.PipedOutputStream to a InputInterface. The other side of the Pipe must written by another thread, or deadlocks will occur.