Package io.trino.filesystem
Interface TrinoInputFile
- All Known Implementing Classes:
LocalInputFile,MemoryInputFile
public interface TrinoInputFile
-
Method Details
-
newInput
- Throws:
IOException
-
newStream
- Throws:
IOException
-
length
- Throws:
IOException
-
lastModified
- Throws:
IOException
-
exists
- Throws:
IOException
-
location
Location location()
-