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, writepublic void write(int v)
           throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
                  int off,
                  int len)
           throws IOException
write in class OutputStreamMapBufferTooSmallException - if record is too large to
    deserialize into the collection buffer.IOExceptionCopyright © 2008–2018 Apache Software Foundation. All rights reserved.