public class SVNInputStream.Outputer extends java.lang.Object implements OutputInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close the output
|
int |
write(byte[] data)
write the bytes in data to java
|
public int write(byte[] data)
throws java.io.IOException
write in interface OutputInterfacedata - the data to be writtenjava.io.IOException - throw in case of problems.public void close()
throws java.io.IOException
close in interface OutputInterfacejava.io.IOException - throw in case of problems.