public class SVNOutputStream
extends java.io.PipedOutputStream
| Modifier and Type | Class and Description |
|---|---|
class |
SVNOutputStream.Inputer
this class implements the connection to SVNAdmin
|
| Constructor and Description |
|---|
SVNOutputStream()
Creates a SVNOutputStream so that it is connected with an internal
PipedInputStream
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public SVNOutputStream()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.PipedOutputStreamjava.io.IOException - if an I/O error occurs.public InputInterface getInputer()