public class SVNInputStream
extends java.io.PipedInputStream
| Modifier and Type | Class and Description |
|---|---|
class |
SVNInputStream.Outputer
this class implements the connection to SVNAdmin
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SVNInputStream.Outputer |
myOutputer
my connection to put data into subversion
|
| Constructor and Description |
|---|
SVNInputStream()
Creates a SVNInputStream so that it is connected with an internal
PipedOutputStream
|
| Modifier and Type | Method and Description |
|---|---|
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.Outputer myOutputer
public SVNInputStream()
throws java.io.IOException
java.io.IOExceptionpublic OutputInterface getOutputer()
public void close()
throws java.io.IOException
The close method of InputStream does
nothing.
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.PipedInputStreamjava.io.IOException - if an I/O error occurs.