|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.tests.SVNTests.FileOutputer
public class 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 to
java.io.IOException
Method Detail |
---|
public int write(byte[] data) throws java.io.IOException
write
in interface OutputInterface
data
- the data to be writtem
java.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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |