Package org.apache.trevni
Interface Input
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
HadoopInput
,InputBytes
,InputFile
A byte source that supports positioned read and length.
-
Method Summary
-
Method Details
-
length
Return the total length of the input.- Throws:
IOException
-
read
Positioned read.- Throws:
IOException
-