public class TextInputWriter extends InputWriter<Object,Object>
Modifier and Type | Field and Description |
---|---|
protected DataOutput |
clientOut |
Constructor and Description |
---|
TextInputWriter() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter.
|
void |
writeKey(Object key)
Writes an input key.
|
protected void |
writeUTF8(Object object) |
void |
writeValue(Object value)
Writes an input value.
|
protected DataOutput clientOut
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
protected void writeUTF8(Object object) throws IOException
IOException
Copyright © 2017 Apache Software Foundation. All Rights Reserved.