public class RawBytesInputWriter extends InputWriter<Writable,Writable>
| Constructor and Description |
|---|
RawBytesInputWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(PipeMapRed pipeMapRed)
Initializes the InputWriter.
|
void |
writeKey(Writable key)
Writes an input key.
|
void |
writeValue(Writable value)
Writes an input value.
|
public void initialize(PipeMapRed pipeMapRed) throws IOException
InputWriterinitialize in class InputWriter<Writable,Writable>IOExceptionpublic void writeKey(Writable key) throws IOException
InputWriterwriteKey in class InputWriter<Writable,Writable>IOExceptionpublic void writeValue(Writable value) throws IOException
InputWriterwriteValue in class InputWriter<Writable,Writable>IOExceptionCopyright © 2018 CERN. All Rights Reserved.