org.tigris.subversion.javahl.tests
public class SVNTests.IgnoreOutputer extends Object implements OutputInterface
Method Summary | |
---|---|
void | close()
close the output |
int | write(byte[] data)
write the bytes in data to java |
Throws: IOException throw in case of problems.
Parameters: data the data to be writtem
Throws: IOException throw in case of problems.