org.tigris.subversion.javahl
public class SVNOutputStream.Inputer extends Object implements InputInterface
| Method Summary | |
|---|---|
| void | close()
close the input |
| int | read(byte[] data)
read the number of data.length bytes from input. |
Throws: IOException throw in case of problems.
Parameters: data array to store the read bytes.
Throws: IOException throw in case of problems.