public class TypedBytesInputWriter extends InputWriter<Object,Object>
Constructor and Description |
---|
TypedBytesInputWriter() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter.
|
void |
writeKey(Object key)
Writes an input key.
|
void |
writeValue(Object value)
Writes an input value.
|
public void initialize(PipeMapRed pipeMapRed) throws IOException
InputWriter
initialize
in class InputWriter<Object,Object>
IOException
public void writeKey(Object key) throws IOException
InputWriter
writeKey
in class InputWriter<Object,Object>
IOException
public void writeValue(Object value) throws IOException
InputWriter
writeValue
in class InputWriter<Object,Object>
IOException
Copyright © 2013 Apache Software Foundation. All rights reserved.