Package org.tigris.subversion.javahl
Interface OutputInterface
- All Known Implementing Classes:
SVNInputStream.Outputer
public interface OutputInterface
Interface to send data to subversion used by SVNAdmin.load.
-
Method Details
-
write
write the bytes in data to java- Parameters:
data
- the data to be writtem- Throws:
IOException
- throw in case of problems.
-
close
close the output- Throws:
IOException
- throw in case of problems.
-