Package org.tigris.subversion.javahl
Class SVNInputStream.Outputer
java.lang.Object
org.tigris.subversion.javahl.SVNInputStream.Outputer
- All Implemented Interfaces:
OutputInterface
- Enclosing class:
- SVNInputStream
this class implements the connection to SVNAdmin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myStream
java.io.PipedOutputStream myStreammy side of the pipe -
closed
boolean closedflag that the other side of the pipe has been closed
-
-
Constructor Details
-
Outputer
Outputer(SVNInputStream myMaster) throws java.io.IOException build a new connection object- Parameters:
myMaster
- the other side of the pipe- Throws:
java.io.IOException
-
-
Method Details
-
write
public int write(byte[] data) throws java.io.IOException write the bytes in data to java- Specified by:
write
in interfaceOutputInterface
- Parameters:
data
- the data to be written- Throws:
java.io.IOException
- throw in case of problems.
-
close
public void close() throws java.io.IOExceptionclose the output- Specified by:
close
in interfaceOutputInterface
- Throws:
java.io.IOException
- throw in case of problems.
-