|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.PipedInputStream
org.tigris.subversion.javahl.SVNInputStream
public class SVNInputStream
This class connects a java.io.PipedInputStream to a OutputInterface. The outherside of the Pipe must read by another thread, or deadlocks will occure
Nested Class Summary | |
---|---|
class |
SVNInputStream.Outputer
this class implements the connection to SVNAdmin |
Field Summary |
---|
Fields inherited from class java.io.PipedInputStream |
---|
buffer, in, out, PIPE_SIZE |
Constructor Summary | |
---|---|
SVNInputStream()
Creates a SVNInputStream so that it is connected with an internal PipedOutputStream |
Method Summary | |
---|---|
void |
close()
Closes this input stream and releases any system resources associated with the stream. |
OutputInterface |
getOutputer()
Get the Interface to connect to SVNAdmin |
Methods inherited from class java.io.PipedInputStream |
---|
available, connect, read, read, receive |
Methods inherited from class java.io.InputStream |
---|
mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNInputStream() throws java.io.IOException
java.io.IOException
Method Detail |
---|
public OutputInterface getOutputer()
public void close() throws java.io.IOException
The close
method of InputStream
does
nothing.
close
in interface java.io.Closeable
close
in class java.io.PipedInputStream
java.io.IOException
- if an I/O error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |