org.tigris.subversion.javahl.tests
public class SVNTests.FileOutputer extends Object implements OutputInterface
| Constructor Summary | |
|---|---|
| FileOutputer(File outputName)
create new object | |
| Method Summary | |
|---|---|
| void | close()
close the output |
| int | write(byte[] data)
write the bytes in data to java |
Parameters: outputName the file to write the data to
Throws: IOException
Throws: IOException throw in case of problems.
Parameters: data the data to be writtem
Throws: IOException throw in case of problems.