public class SVNOutputStream.Inputer extends java.lang.Object implements InputInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close the input
|
int |
read(byte[] data)
read the number of data.length bytes from input.
|
public int read(byte[] data)
throws java.io.IOException
read in interface InputInterfacedata - array to store the read bytes.java.io.IOException - throw in case of problems.public void close()
throws java.io.IOException
close in interface InputInterfacejava.io.IOException - throw in case of problems.