Package io.lakefs.iceberg
Class LakeFSInputFile
- java.lang.Object
-
- io.lakefs.iceberg.LakeFSInputFile
-
- All Implemented Interfaces:
org.apache.iceberg.io.InputFile
public class LakeFSInputFile extends Object implements org.apache.iceberg.io.InputFile
-
-
Constructor Summary
Constructors Constructor Description LakeFSInputFile(org.apache.iceberg.io.InputFile wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists()longgetLength()Stringlocation()org.apache.iceberg.io.SeekableInputStreamnewStream()
-
-
-
Method Detail
-
location
public String location()
- Specified by:
locationin interfaceorg.apache.iceberg.io.InputFile
-
getLength
public long getLength()
- Specified by:
getLengthin interfaceorg.apache.iceberg.io.InputFile
-
newStream
public org.apache.iceberg.io.SeekableInputStream newStream()
- Specified by:
newStreamin interfaceorg.apache.iceberg.io.InputFile
-
exists
public boolean exists()
- Specified by:
existsin interfaceorg.apache.iceberg.io.InputFile
-
-