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