org.tigris.subversion.javahl.tests
public class SVNTests.FileInputer extends Object implements InputInterface
| Constructor Summary | |
|---|---|
| FileInputer(File inputName)
create a new object | |
| Method Summary | |
|---|---|
| void | close()
close the input |
| int | read(byte[] data)
read the number of data.length bytes from input. |
Parameters: inputName the file from which the data is read
Throws: IOException
Throws: IOException throw in case of problems.
Parameters: data array to store the read bytes.
Throws: IOException throw in case of problems.