|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.tigris.subversion.javahl.tests.SVNTests.FileOutputer
internal class which implements the OutputInterface to write the data to a file.
Constructor Summary | |
SVNTests.FileOutputer(java.io.File outputName)
create new object |
Method Summary | |
void |
close()
close the output |
int |
write(byte[] data)
write the bytes in data to java |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNTests.FileOutputer(java.io.File outputName) throws java.io.IOException
outputName
- the file to write the data tojava.io.IOException
- Method Detail |
public int write(byte[] data) throws java.io.IOException
write
in interface OutputInterface
data
- the data to be writtemjava.io.IOException
- throw in case of problems.public void close() throws java.io.IOException
close
in interface OutputInterface
java.io.IOException
- throw in case of problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |