org.tigris.subversion.javahl
Class SVNInputStream
PipedInputStream
org.tigris.subversion.javahl.SVNInputStream
public class SVNInputStream
extends PipedInputStream
This class connects a java.io.PipedInputStream to a OutputInterface.
The outherside of the Pipe must read by another thread, or deadlocks
will occure
SVNInputStream() - Creates a SVNInputStream so that it is connected with an internal
PipedOutputStream
|
void | close() - Closes this input stream and releases any system resources associated
with the stream.
|
OutputInterface | getOutputer() - Get the Interface to connect to SVNAdmin
|
SVNInputStream
public SVNInputStream()
throws IOException
Creates a SVNInputStream so that it is connected with an internal
PipedOutputStream
close
public void close()
throws IOException
Closes this input stream and releases any system resources associated
with the stream.
The
close
method of
InputStream
does
nothing.
getOutputer
public OutputInterface getOutputer()
Get the Interface to connect to SVNAdmin