org.tigris.subversion.javahl

Class SVNOutputStream.Inputer

public class SVNOutputStream.Inputer extends Object implements InputInterface

this class implements the connection to SVNAdmin
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.