Package org.apache.iceberg.encryption
Class AesGcmInputFile
java.lang.Object
org.apache.iceberg.encryption.AesGcmInputFile
- All Implemented Interfaces:
InputFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
exists()
Checks whether the file exists.long
Returns the total length of the file, in byteslocation()
The fully-qualified location of the input file as a String.Opens a newSeekableInputStream
for the underlying data file
-
Constructor Details
-
AesGcmInputFile
-
-
Method Details
-
getLength
public long getLength()Description copied from interface:InputFile
Returns the total length of the file, in bytes -
newStream
Description copied from interface:InputFile
Opens a newSeekableInputStream
for the underlying data file -
location
Description copied from interface:InputFile
The fully-qualified location of the input file as a String. -
exists
public boolean exists()Description copied from interface:InputFile
Checks whether the file exists.
-