Interface TapeReadWriteService

All Known Implementing Classes:
DdTapeLibraryService

public interface TapeReadWriteService
  • Method Details

    • writeToTape

      void writeToTape(String inputPath) throws TapeCommandException
      Parameters:
      inputPath - mini-path to file from workingDir
      Throws:
      TapeCommandException - on command failure
    • readFromTape

      void readFromTape(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

      String getTmpOutputStorageFolder()