org.tigris.subversion.javahl

Interface OutputInterface

Known Implementing Classes:
SVNInputStream.Outputer, SVNTests.FileOutputer, SVNTests.IgnoreOutputer

public interface OutputInterface

interface to send data to subversion used by SVNAdmin.load

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

write

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