org.tigris.subversion.javahl.tests

Class SVNTests.IgnoreOutputer

public class SVNTests.IgnoreOutputer extends Object implements OutputInterface

internal class implements the OutputInterface, but ignores the data
Method Summary
voidclose()
close the output
intwrite(byte[] data)
write the bytes in data to java

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.