|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.tests.SVNTests.FileInputer
public class SVNTests.FileInputer
internal class which implements the InputInterface to read the data from a file.
Constructor Summary | |
---|---|
SVNTests.FileInputer(java.io.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNTests.FileInputer(java.io.File inputName) throws java.io.IOException
inputName
- the file from which the data is read
java.io.IOException
Method Detail |
---|
public int read(byte[] data) throws java.io.IOException
read
in interface InputInterface
data
- array to store the read bytes.
java.io.IOException
- throw in case of problems.public void close() throws java.io.IOException
close
in interface InputInterface
java.io.IOException
- throw in case of problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |