org.tigris.subversion.javahl
public class SVNInputStream extends PipedInputStream
Nested Class Summary | |
---|---|
class | SVNInputStream.Outputer
this class implements the connection to SVNAdmin |
Constructor Summary | |
---|---|
SVNInputStream()
Creates a SVNInputStream so that it is connected with an internal
PipedOutputStream |
Method Summary | |
---|---|
void | close()
Closes this input stream and releases any system resources associated
with the stream.
|
OutputInterface | getOutputer()
Get the Interface to connect to SVNAdmin |
Throws: IOException
The close
method of InputStream
does
nothing.
Throws: IOException if an I/O error occurs.
Returns: the connetion interface