org.tigris.subversion.javahl
Class SVNOutputStream.Inputer
java.lang.Object
org.tigris.subversion.javahl.SVNOutputStream.Inputer
- SVNOutputStream
- InputInterface
public class SVNOutputStream.Inputer
extends java.lang.Object
this class implements the connection to SVNAdmin
void | close() - close the input
|
int | read(byte[] data) - read the number of data.length bytes from input.
|
read
public int read(byte[] data)
throws IOException
read the number of data.length bytes from input.
- read in interface InputInterface
data
- array to store the read bytes.