public class MapTask.MapOutputBuffer.Buffer extends OutputStream
Constructor and Description |
---|
Buffer() |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b,
int off,
int len)
Attempt to write a sequence of bytes to the collection buffer.
|
void |
write(int v) |
close, flush, write
public void write(int v) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
MapBufferTooSmallException
- if record is too large to
deserialize into the collection buffer.IOException
Copyright © 2016 Apache Software Foundation. All Rights Reserved.