Class SVNInputStream.Outputer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      close the output
      int write​(byte[] data)
      write the bytes in data to java
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • write

        public int write​(byte[] data)
                  throws java.io.IOException
        write the bytes in data to java
        Specified by:
        write in interface OutputInterface
        Parameters:
        data - the data to be written
        Throws:
        java.io.IOException - throw in case of problems.
      • close

        public void close()
                   throws java.io.IOException
        close the output
        Specified by:
        close in interface OutputInterface
        Throws:
        java.io.IOException - throw in case of problems.