org.tigris.subversion.javahl

Class SVNInputStream.Outputer

public class SVNInputStream.Outputer extends Object implements OutputInterface

this class implements the connection to SVNAdmin
Method Summary
voidclose()
close the output
intwrite(byte[] data)
write the bytes in data to java

Method Detail

close

public void close()
close the output

Throws: IOException throw in case of problems.

write

public int write(byte[] data)
write the bytes in data to java

Parameters: data the data to be writtem

Throws: IOException throw in case of problems.