Package org.tigris.subversion.javahl
Class SVNOutputStream.Inputer
java.lang.Object
org.tigris.subversion.javahl.SVNOutputStream.Inputer
- All Implemented Interfaces:
InputInterface
- Enclosing class:
- SVNOutputStream
this class implements the connection to SVNAdmin
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
flag that the other side of the pipe has been closed(package private) PipedInputStream
my side of the pipe -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
myStream
PipedInputStream myStreammy side of the pipe -
closed
boolean closedflag that the other side of the pipe has been closed
-
-
Constructor Details
-
Inputer
Inputer(SVNOutputStream myMaster) throws IOException build a new connection object- Parameters:
myMaster
- the other side of the pipe- Throws:
IOException
-
-
Method Details
-
read
read the number of data.length bytes from input.- Specified by:
read
in interfaceInputInterface
- Parameters:
data
- array to store the read bytes.- Throws:
IOException
- throw in case of problems.
-
close
close the input- Specified by:
close
in interfaceInputInterface
- Throws:
IOException
- throw in case of problems.
-