org.tigris.subversion.javahl

Interface InputInterface

public interface InputInterface

Interface for data to be received from subversion used for SVNAdmin.load and SVNAdmin.dump
Method Summary
voidclose()
close the input
intread(byte[] data)
read the number of data.length bytes from input.

Method Detail

close

public void close()
close the input

Throws: IOException throw in case of problems.

read

public int read(byte[] data)
read the number of data.length bytes from input.

Parameters: data array to store the read bytes.

Throws: IOException throw in case of problems.