org.tigris.subversion.javahl.tests

Class SVNTests.FileOutputer

public class SVNTests.FileOutputer extends 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
voidclose()
close the output
intwrite(byte[] data)
write the bytes in data to java

Constructor Detail

FileOutputer

public FileOutputer(File outputName)
create new object

Parameters: outputName the file to write the data to

Throws: IOException

Method Detail

close

public void close()
close the output

Throws: IOException throw in case of problems.

write

public int write(byte[] data)
write the bytes in data to java

Parameters: data the data to be writtem

Throws: IOException throw in case of problems.