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, write
write
public SVNOutputStream() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class PipedOutputStream
IOException
- if an I/O error occurs.public InputInterface getInputer()
Copyright © 2022. All rights reserved.