read abstract method

T read(
  1. BufferContext bc,
  2. int offset
)

Read the value at the given offset in bc.

Implementation

T read(BufferContext bc, int offset);