@InterfaceAudience.Private @InterfaceStability.Evolving public interface CellOutputStream
To read Cells, use CellScanner
CellScanner| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Let the implementation decide what to do.
|
void |
write(Cell cell)
Implementation must copy the entire state of the Cell.
|
void write(Cell cell) throws java.io.IOException
cell - Cell to write outjava.io.IOExceptionvoid flush()
throws java.io.IOException
java.io.IOException