Package org.tigris.subversion.javahl
Class SVNInputStream.Outputer
java.lang.Object
org.tigris.subversion.javahl.SVNInputStream.Outputer
- All Implemented Interfaces:
OutputInterface
- Enclosing class:
- SVNInputStream
public class SVNInputStream.Outputer extends Object implements OutputInterface
this class implements the connection to SVNAdmin
-
Method Details
-
write
write the bytes in data to java- Specified by:
write
in interfaceOutputInterface
- Parameters:
data
- the data to be written- Throws:
IOException
- throw in case of problems.
-
close
close the output- Specified by:
close
in interfaceOutputInterface
- Throws:
IOException
- throw in case of problems.
-