org.tigris.subversion.javahl.tests
Class SVNTests.IgnoreOutputer
java.lang.Objectorg.tigris.subversion.javahl.tests.SVNTests.IgnoreOutputer
- SVNTests
- OutputInterface
public class SVNTests.IgnoreOutputer
extends java.lang.Object
internal class implements the OutputInterface, but ignores the data
void | close()- close the output
|
int | write(byte[] data)- write the bytes in data to java
|
write
public int write(byte[] data)
throws IOException write the bytes in data to java
- write in interface OutputInterface
data - the data to be writtem