@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 IOException
cell - Cell to write outIOExceptionvoid flush()
    throws IOException
IOException