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, skip
public SVNInputStream() throws IOException
IOException
public OutputInterface getOutputer()
public void close() throws IOException
The close
method of InputStream
does
nothing.
close
in interface Closeable
close
in interface AutoCloseable
close
in class PipedInputStream
IOException
- if an I/O error occurs.Copyright © 2023. All rights reserved.