Package oracle.kv.lob

Class InputStreamVersion

    • Constructor Summary

      Constructors 
      Constructor Description
      InputStreamVersion​(java.io.InputStream inputStream, Version version)
      Used internally to create an object with an inputStream and version.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getInputStream()
      Returns the InputStream part of the InputStream and Version pair.
      Version getVersion()
      Returns the Version of the InputStream and Version pair.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InputStreamVersion

        public InputStreamVersion​(java.io.InputStream inputStream,
                                  Version version)
        Used internally to create an object with an inputStream and version.
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
        Returns the InputStream part of the InputStream and Version pair.
      • getVersion

        public Version getVersion()
        Returns the Version of the InputStream and Version pair.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object