org.tigris.subversion.javahl
Class SVNOutputStream.Inputer

java.lang.Object
  extended by org.tigris.subversion.javahl.SVNOutputStream.Inputer
All Implemented Interfaces:
InputInterface
Enclosing class:
SVNOutputStream

public class SVNOutputStream.Inputer
extends 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.
Throws:
IOException - throw in case of problems.

close

public void close()
           throws IOException
close the input

Specified by:
close in interface InputInterface
Throws:
IOException - throw in case of problems.