org.tigris.subversion.javahl
Interface InputInterface
- SVNOutputStream.Inputer, SVNTests.FileInputer
public interface InputInterface
Interface for data to be received from subversion
used for SVNAdmin.load and SVNAdmin.dump
void | close() - close the input
|
int | read(byte[] data) - read the number of data.length bytes from input.
|
close
public void close()
throws IOException
close the input
read
public int read(byte[] data)
throws IOException
read the number of data.length bytes from input.
data
- array to store the read bytes.