Constructor and Description |
---|
AesGcmInputFile(InputFile sourceFile,
byte[] dataKey,
byte[] fileAADPrefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Checks whether the file exists.
|
long |
getLength()
Returns the total length of the file, in bytes
|
java.lang.String |
location()
The fully-qualified location of the input file as a String.
|
SeekableInputStream |
newStream()
Opens a new
SeekableInputStream for the underlying data file |
public AesGcmInputFile(InputFile sourceFile, byte[] dataKey, byte[] fileAADPrefix)
public long getLength()
InputFile
public SeekableInputStream newStream()
InputFile
SeekableInputStream
for the underlying data filepublic java.lang.String location()
InputFile