org.tigris.subversion.javahl
public interface OutputInterface
| Method Summary | |
|---|---|
| void | close()
close the output |
| int | write(byte[] data)
write the bytes in data to java |
Throws: IOException throw in case of problems.
Parameters: data the data to be writtem
Throws: IOException throw in case of problems.