Package io.trino.filesystem
Interface TrinoInput
- All Superinterfaces:
AutoCloseable,Closeable
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadFully(long position, byte[] buffer, int bufferOffset, int bufferLength) default io.airlift.slice.SlicereadFully(long position, int length) intreadTail(byte[] buffer, int bufferOffset, int bufferLength) default io.airlift.slice.SlicereadTail(int length)
-
Method Details
-
readFully
- Throws:
IOException
-
readTail
- Throws:
IOException
-
readFully
- Throws:
IOException
-
readTail
- Throws:
IOException
-