public class SVNInputStream extends PipedInputStream
| Modifier and Type | Class and Description |
|---|---|
class |
SVNInputStream.Outputer
this class implements the connection to SVNAdmin
|
buffer, in, out, PIPE_SIZE| 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
|
mark, markSupported, read, reset, skippublic SVNInputStream()
throws IOException
IOExceptionpublic OutputInterface getOutputer()
public void close()
throws IOException
The close method of InputStream does
nothing.
close in interface Closeableclose in interface AutoCloseableclose in class PipedInputStreamIOException - if an I/O error occurs.Copyright © 2025. All rights reserved.