Interface TapeReadWriteService
- All Known Implementing Classes:
DdTapeLibraryService
public interface TapeReadWriteService
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadFromTape(String outputPath) voidwriteToTape(String inputPath)
-
Method Details
-
writeToTape
- Parameters:
inputPath- mini-path to file from workingDir- Throws:
TapeCommandException- on command failure
-
readFromTape
- 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()
-