Package org.apache.iceberg.encryption
Class InputFilesDecryptor
- java.lang.Object
-
- org.apache.iceberg.encryption.InputFilesDecryptor
-
public class InputFilesDecryptor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InputFilesDecryptor(CombinedScanTask combinedTask, FileIO io, EncryptionManager encryption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputFile
getInputFile(java.lang.String location)
InputFile
getInputFile(FileScanTask task)
-
-
-
Constructor Detail
-
InputFilesDecryptor
public InputFilesDecryptor(CombinedScanTask combinedTask, FileIO io, EncryptionManager encryption)
-
-
Method Detail
-
getInputFile
public InputFile getInputFile(FileScanTask task)
-
getInputFile
public InputFile getInputFile(java.lang.String location)
-
-