createObject abstract method

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

Return the object at offset.

Implementation

T createObject(BufferContext bc, int offset);