Interface SizedExtendedCellScanner

All Superinterfaces:
CellScanner, ExtendedCellScanner, HeapSize

@Private public interface SizedExtendedCellScanner extends ExtendedCellScanner, 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.