| org.tigris.subversion.javahl.InputInterface
InputInterface | public interface InputInterface (Code) | | Interface for data to be received from subversion
used for SVNAdmin.load and SVNAdmin.dump
|
Method Summary | |
public void | close() | public int | read(byte[] data) read the number of data.length bytes from input. |
read | public int read(byte[] data) throws IOException(Code) | | read the number of data.length bytes from input.
Parameters: data - array to store the read bytes. throws: IOException - throw in case of problems. |
|
|