org.tigris.subversion.javahl
public class SVNInputStream.Outputer extends Object implements OutputInterface
Method Summary | |
---|---|
void | close()
close the output |
int | write(byte[] data)
write the bytes in data to java |
Throws: IOException throw in case of problems.
Parameters: data the data to be writtem
Throws: IOException throw in case of problems.