|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.tigris.subversion.javahl.SVNInputStream.Outputer
public class SVNInputStream.Outputer
this class implements the connection to SVNAdmin
| 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 |
| Method Detail |
|---|
public int write(byte[] data)
throws IOException
write in interface OutputInterfacedata - the data to be written
IOException - throw in case of problems.
public void close()
throws IOException
close in interface OutputInterfaceIOException - throw in case of problems.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||