org.tigris.subversion.javahl
public class SVNOutputStream extends PipedOutputStream
Nested Class Summary | |
---|---|
class | SVNOutputStream.Inputer
this class implements the connection to SVNAdmin |
Constructor Summary | |
---|---|
SVNOutputStream()
Creates a SVNOutputStream so that it is connected with an internal
PipedInputStream |
Method Summary | |
---|---|
void | close()
Closes this piped output stream and releases any system resources
associated with this stream. |
InputInterface | getInputer()
Get the Interface to connect to SVNAdmin |
Throws: IOException
Throws: IOException if an I/O error occurs.
Returns: the connetion interface