org.tigris.subversion.javahl

Interface OutputInterface

public interface OutputInterface

interface to send data to subversion used by SVNAdmin.load
Method Summary
voidclose()
close the output
intwrite(byte[] data)
write the bytes in data to java

Method Detail

close

public void close()
close the output

Throws: IOException throw in case of problems.

write

public int write(byte[] data)
write the bytes in data to java

Parameters: data the data to be writtem

Throws: IOException throw in case of problems.