org.tigris.subversion.javahl.tests

Class SVNTests.FileOutputer

Enclosing Class:
SVNTests
Implemented Interfaces:
OutputInterface

public class SVNTests.FileOutputer
extends java.lang.Object
implements OutputInterface

internal class which implements the OutputInterface to write the data to a file.

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

Constructor Details

FileOutputer

public FileOutputer(File outputName)
            throws IOException
create new object
Parameters:
outputName - the file to write the data to

Method Details

close

public void close()
            throws IOException
close the output
Specified by:
close in interface OutputInterface

write

public int write(byte[] data)
            throws IOException
write the bytes in data to java
Specified by:
write in interface OutputInterface
Parameters:
data - the data to be writtem