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
InputWriterinitialize in class InputWriter<Object,Object>IOExceptionpublic void writeKey(Object key) throws IOException
InputWriterwriteKey in class InputWriter<Object,Object>IOExceptionpublic void writeValue(Object value) throws IOException
InputWriterwriteValue in class InputWriter<Object,Object>IOExceptionprotected void writeUTF8(Object object) throws IOException
IOExceptionCopyright © 2018 CERN. All Rights Reserved.