|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.arsc.multisearch.ServiceRecordReader.ServiceReader
public static class ServiceRecordReader.ServiceReader
A class that provides the reader from an input stream.
Constructor Summary | |
---|---|
ServiceRecordReader.ServiceReader(java.io.InputStream is)
|
Method Summary | |
---|---|
void |
close()
Closes all objects |
int |
readLine(org.apache.hadoop.io.Text str)
Reads in a line from the input |
int |
readService(ServiceWritable sw)
Reads in the values for this record into a Service object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceRecordReader.ServiceReader(java.io.InputStream is)
InputStream
- Method Detail |
---|
public void close() throws java.io.IOException
java.io.IOException
public int readLine(org.apache.hadoop.io.Text str) throws java.io.IOException
String
-
java.io.IOException
public int readService(ServiceWritable sw)
ServiceWritable
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |