|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.SVNOutputStream.Inputer
public class SVNOutputStream.Inputer
this class implements the connection to SVNAdmin
Method Summary | |
---|---|
void |
close()
close the input |
int |
read(byte[] data)
read the number of data.length bytes from input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int read(byte[] data) throws IOException
read
in interface InputInterface
data
- array to store the read bytes.
IOException
- throw in case of problems.public void close() throws IOException
close
in interface InputInterface
IOException
- throw in case of problems.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |