org.tigris.subversion.javahl.tests
Class SVNTests.FileOutputer
java.lang.Object
org.tigris.subversion.javahl.tests.SVNTests.FileOutputer
- SVNTests
- OutputInterface
public class SVNTests.FileOutputer
extends java.lang.Object
internal class which implements the OutputInterface to write the data
to a file.
void | close() - close the output
|
int | write(byte[] data) - write the bytes in data to java
|
FileOutputer
public FileOutputer(File outputName)
throws IOException
create new object
outputName
- the file to write the data to
write
public int write(byte[] data)
throws IOException
write the bytes in data to java
- write in interface OutputInterface
data
- the data to be writtem