Class UnpackingSoSource.InputDsoStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    UnpackingSoSource

    public static class UnpackingSoSource.InputDsoStream
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      int available()  
      void close()  
      UnpackingSoSource.Dso getDso()  
      java.lang.String getFileName()  
      java.io.InputStream getStream()  
      void write​(java.io.DataOutput out, byte[] ioBuffer)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • write

        public void write​(java.io.DataOutput out,
                          byte[] ioBuffer)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getFileName

        public java.lang.String getFileName()
      • available

        public int available()
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getStream

        public java.io.InputStream getStream()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException