org.tigris.subversion.javahl.tests

Class SVNTests.IgnoreOutputer

Enclosing Class:
SVNTests
Implemented Interfaces:
OutputInterface

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

internal class implements the OutputInterface, but ignores the data

Method Summary

void
close()
close the output
int
write(byte[] data)
write the bytes in data to java

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