Package org.tigris.subversion.javahl
Class SVNOutputStream.Inputer
java.lang.Object
org.tigris.subversion.javahl.SVNOutputStream.Inputer
- All Implemented Interfaces:
InputInterface
- Enclosing class:
- SVNOutputStream
public class SVNOutputStream.Inputer extends Object implements InputInterface
this class implements the connection to SVNAdmin
-
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.
-