Class SessionResultPackage


  • public class SessionResultPackage
    extends java.lang.Object
    Session Result Package
    Since:
    2.0.0
    • Constructor Detail

      • SessionResultPackage

        public SessionResultPackage​(VerID verID,
                                    VerIDSessionSettings settings,
                                    VerIDSessionResult result)
                             throws java.lang.Exception
        Constructor
        Parameters:
        verID - VerID instance that ran the session
        settings - Settings used by the session
        result - Session result
        Throws:
        java.lang.Exception
        Since:
        2.0.0
      • SessionResultPackage

        public SessionResultPackage​(android.content.Context context,
                                    java.io.InputStream inputStream)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • archiveToStream

        public void archiveToStream​(java.io.OutputStream outputStream)
                             throws java.io.IOException
        Archive the package to an output stream
        Parameters:
        outputStream - Stream into which to write the package
        Throws:
        java.io.IOException - If the write fails
        Since:
        2.0.0