public class RawBytesInputWriter extends InputWriter<Writable,Writable>
| 构造器和说明 |
|---|
RawBytesInputWriter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 InputWriter<Writable,Writable>IOExceptionpublic void writeKey(Writable key) throws IOException
InputWriterwriteKey 在类中 InputWriter<Writable,Writable>IOExceptionpublic void writeValue(Writable value) throws IOException
InputWriterwriteValue 在类中 InputWriter<Writable,Writable>IOExceptionCopyright © 2009 The Apache Software Foundation