public abstract class ReductionDataReader<A> extends Object
DataInput
stream.Modifier and Type | Field and Description |
---|---|
protected A |
applier |
protected DataInput |
inputStream |
Constructor and Description |
---|
ReductionDataReader(DataInput inputStream,
A applier) |
Modifier and Type | Method and Description |
---|---|
abstract void |
read()
Read a piece of data from the input stream and feed it to the applier.
|
public abstract void read() throws IOException
IOException
- if an exception occurs while reading from the input streamCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.