Interface ColumnRegionByteWithLength<ATTR extends Any>

Type Parameters:
ATTR -
All Superinterfaces:
ChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionByte<ATTR>, DefaultChunkSource<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, PagingChunkSource<ATTR>, Releasable
All Known Implementing Classes:
BufferedColumnRegionByte

public interface ColumnRegionByteWithLength<ATTR extends Any> extends ColumnRegionByte<ATTR>
A ColumnRegionByte that supports querying its length.
  • Method Details

    • lengthItems

      long lengthItems()
      Get the total number of bytes within the region.
      Returns:
      the number of bytes in the region