org.tigris.subversion.javahl.tests
Class SVNTests.IgnoreOutputer

java.lang.Object
  extended by org.tigris.subversion.javahl.tests.SVNTests.IgnoreOutputer
All Implemented Interfaces:
OutputInterface
Enclosing class:
SVNTests

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

internal class implements the OutputInterface, but ignores the data


Constructor Summary
SVNTests.IgnoreOutputer()
           
 
Method Summary
 void close()
          close the output
 int write(byte[] data)
          write the bytes in data to java
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNTests.IgnoreOutputer

public SVNTests.IgnoreOutputer()
Method Detail

write

public int write(byte[] data)
          throws java.io.IOException
write the bytes in data to java

Specified by:
write in interface OutputInterface
Parameters:
data - the data to be writtem
Throws:
java.io.IOException - throw in case of problems.

close

public void close()
           throws java.io.IOException
close the output

Specified by:
close in interface OutputInterface
Throws:
java.io.IOException - throw in case of problems.