|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.tests.SVNTests.IgnoreOutputer
public class SVNTests.IgnoreOutputer
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 |
---|
public SVNTests.IgnoreOutputer()
Method Detail |
---|
public int write(byte[] data) throws java.io.IOException
write
in interface OutputInterface
data
- the data to be writtem
java.io.IOException
- throw in case of problems.public void close() throws java.io.IOException
close
in interface OutputInterface
java.io.IOException
- throw in case of problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |