Class SVNOutputStream.Inputer

java.lang.Object
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
  • Field Details

    • myStream

      my side of the pipe
    • closed

      boolean closed
      flag that the other side of the pipe has been closed
  • Constructor Details

  • Method Details

    • 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.