| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SeekableInput | |
|---|---|
| org.apache.avro.file | A container file for Avro data. | 
| org.apache.avro.mapred | Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java. | 
| Uses of SeekableInput in org.apache.avro.file | 
|---|
| Classes in org.apache.avro.file that implement SeekableInput | |
|---|---|
|  class | SeekableByteArrayInputA SeekableInputbacked with data in a byte array. | 
|  class | SeekableFileInputA FileInputStreamthat implementsSeekableInput. | 
| Methods in org.apache.avro.file with parameters of type SeekableInput | ||
|---|---|---|
| static
 | DataFileReader.openReader(SeekableInput in,
           DatumReader<D> reader)Open a reader for a file. | |
| static
 | DataFileReader.openReader(SeekableInput in,
           DatumReader<D> reader,
           DataFileStream.Header header,
           boolean sync)Construct a reader for a file at the current position of the input, without reading the header. | |
| Constructors in org.apache.avro.file with parameters of type SeekableInput | |
|---|---|
| DataFileReader(SeekableInput sin,
               DatumReader<D> reader)Construct a reader for a file. | |
| DataFileReader(SeekableInput sin,
               DatumReader<D> reader,
               DataFileStream.Header header)Construct using a DataFileStream.Header. | |
| DataFileReader12(SeekableInput sin,
                 DatumReader<D> reader)Construct a reader for a file. | |
| Uses of SeekableInput in org.apache.avro.mapred | 
|---|
| Classes in org.apache.avro.mapred that implement SeekableInput | |
|---|---|
|  class | FsInputAdapt an FSDataInputStreamtoSeekableInput. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||