Class SVNInputStream

java.lang.Object
java.io.InputStream
java.io.PipedInputStream
org.tigris.subversion.javahl.SVNInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class SVNInputStream
extends PipedInputStream
This class connects a java.io.PipedInputStream to a OutputInterface. The other side of the Pipe must read by another thread, or deadlocks will occur.