public class FileInputFile
extends java.lang.Object
Potentially useful as a replacement for HadoopInputFile, but we still can't get rid of classes from hadoop-common, since Path is required for ParquetWriter implementations.
| Constructor and Description | 
|---|
| FileInputFile(java.io.File file)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getLength() | 
| SeekableInputStream | newStream() |