|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
java.io.PipedOutputStream
org.tigris.subversion.javahl.SVNOutputStream
public class SVNOutputStream
This class connects a java.io.PipedOutputStream to a InputInterface. The outherside of the Pipe must written by another thread, or deadlocks will occure
| Nested Class Summary | |
|---|---|
class |
SVNOutputStream.Inputer
this class implements the connection to SVNAdmin |
| Constructor Summary | |
|---|---|
SVNOutputStream()
Creates a SVNOutputStream so that it is connected with an internal PipedInputStream |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.io.PipedOutputStream |
|---|
connect, flush, write, write |
| Methods inherited from class java.io.OutputStream |
|---|
write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVNOutputStream()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.PipedOutputStreamjava.io.IOException - if an I/O error occurs.public InputInterface getInputer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||