public class SVNOutputStream extends 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
|
connect, flush, write, writewritepublic SVNOutputStream()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class PipedOutputStreamIOException - if an I/O error occurs.public InputInterface getInputer()
Copyright © 2025. All rights reserved.