public interface RecordReader
Modifier and Type | Method and Description |
---|---|
void |
close() |
Writable |
createRow() |
void |
initialize(java.io.InputStream in,
Configuration conf,
java.util.Properties tbl) |
int |
next(Writable row)
Returns the number of bytes that we consumed.
|
void initialize(java.io.InputStream in, Configuration conf, java.util.Properties tbl) throws java.io.IOException
java.io.IOException
Writable createRow() throws java.io.IOException
java.io.IOException
int next(Writable row) throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
Copyright © 2012 The Apache Software Foundation