Interface RARTOCDecoder.TOCResultHandler

  • Enclosing class:
    RARTOCDecoder

    public static interface RARTOCDecoder.TOCResultHandler
    • Method Detail

      • entryRead

        void entryRead​(java.lang.String name,
                       long size,
                       boolean password)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • complete

        void complete()
      • failed

        void failed​(java.io.IOException error)