org.tigris.subversion.javahl

Class SVNOutputStream.Inputer

Enclosing Class:
SVNOutputStream
Implemented Interfaces:
InputInterface

public class SVNOutputStream.Inputer
extends java.lang.Object
implements InputInterface

this class implements the connection to SVNAdmin

Method Summary

void
close()
close the input
int
read(byte[] data)
read the number of data.length bytes from input.

Method Details

close

public void close()
            throws IOException
close the input
Specified by:
close in interface InputInterface

read

public int read(byte[] data)
            throws IOException
read the number of data.length bytes from input.
Specified by:
read in interface InputInterface
Parameters:
data - array to store the read bytes.