Interface TapeReadWriteService

    • Method Detail

      • writeToTape

        TapeResponse writeToTape​(java.lang.String inputPath)
        Parameters:
        inputPath - mini-path to file from workingDir
        Returns:
        TapeResponse
      • readFromTape

        TapeResponse readFromTape​(java.lang.String outputPath)
        Parameters:
        outputPath - in case dd implementation, outputPath is mini-path to file from workingDir. In case of tar implmentation, outputPath is the file inside tar to extrac
        Returns:
        TapeResponse
      • getOutputDirectory

        java.lang.String getOutputDirectory()
      • getInputDirectory

        java.lang.String getInputDirectory()