Package oracle.kv.lob

Class InputStreamVersion

    • Constructor Detail

      • InputStreamVersion

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

      • getInputStream

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