Interface TapeReadWriteService

    • Method Detail

      • readFromTape

        void readFromTape​(java.lang.String outputPath)
                   throws TapeCommandException
        Parameters:
        outputPath - in case dd implementation, outputPath is mini-path to file from workingDir. In case of tar implementation, outputPath is the file inside tar to extract
        Throws:
        TapeCommandException - on command failure
      • getTmpOutputStorageFolder

        java.lang.String getTmpOutputStorageFolder()