read method
Read the value at the given offset in bc.
Implementation
@override
T read(BufferContext bc, int offset) {
return createObject(bc, offset);
}
Read the value at the given offset in bc.
@override
T read(BufferContext bc, int offset) {
return createObject(bc, offset);
}