public static class HFileBlock.Writer.BufferGrabbingByteArrayOutputStream extends ByteArrayOutputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
buf |
count| Constructor and Description |
|---|
HFileBlock.Writer.BufferGrabbingByteArrayOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBuffer() |
void |
write(byte[] b,
int off,
int len) |
close, reset, size, toByteArray, toString, toString, toString, write, writeToflush, writepublic HFileBlock.Writer.BufferGrabbingByteArrayOutputStream()
public void write(byte[] b,
int off,
int len)
write in class ByteArrayOutputStreampublic byte[] getBuffer()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.