org.tigris.subversion.javahl.tests
Class SVNTests.FileInputer
java.lang.Objectorg.tigris.subversion.javahl.tests.SVNTests.FileInputer
- SVNTests
- InputInterface
public class SVNTests.FileInputer
extends java.lang.Object
internal class which implements the InputInterface to read the data
from a file.
void | close()- close the input
|
int | read(byte[] data)- read the number of data.length bytes from input.
|
FileInputer
public FileInputer(File inputName)
throws IOException create a new object
inputName - the file from which the data is read
read
public int read(byte[] data)
throws IOException read the number of data.length bytes from input.
- read in interface InputInterface
data - array to store the read bytes.