public static class KeyValueCodec.KeyValueEncoder extends BaseEncoder
flushed, out| Constructor and Description |
|---|
KeyValueEncoder(java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Cell cell)
Implementation must copy the entire state of the Cell.
|
checkFlushed, flushpublic void write(Cell cell) throws java.io.IOException
CellOutputStreamwrite in interface CellOutputStreamwrite in class BaseEncodercell - Cell to write outjava.io.IOException