Package org.tigris.subversion.javahl
Interface InputInterface
- All Known Implementing Classes:
SVNOutputStream.Inputer
public interface InputInterface
Interface for data to be received from subversion
used for SVNAdmin.load and SVNAdmin.dump
-
Method Details
-
read
read the number of data.length bytes from input.- Parameters:
data
- array to store the read bytes.- Throws:
IOException
- throw in case of problems.
-
close
close the input- Throws:
IOException
- throw in case of problems.
-