org.tigris.subversion.javahl

Class SVNInputStream.Outputer

Enclosing Class:
SVNInputStream
Implemented Interfaces:
OutputInterface

public class SVNInputStream.Outputer
extends java.lang.Object
implements OutputInterface

this class implements the connection to SVNAdmin

Method Summary

void
close()
close the output
int
write(byte[] data)
write the bytes in data to java

Method Details

close

public void close()
            throws IOException
close the output
Specified by:
close in interface OutputInterface

write

public int write(byte[] data)
            throws IOException
write the bytes in data to java
Specified by:
write in interface OutputInterface
Parameters:
data - the data to be writtem