read method

T read(
  1. BufferContext bp,
  2. int offset
)
override

Read the value at the given offset in bc.

Implementation

T read(BufferContext bp, int offset) {
  return createObject(bp, offset);
}