Interface SizedCellScanner

All Superinterfaces:
CellScanner, HeapSize

@Private @Unstable public interface SizedCellScanner extends CellScanner, HeapSize
A CellScanner that knows its size in memory in bytes. Used playing the CellScanner into an in-memory buffer; knowing the size ahead of time saves on background buffer resizings.