if (start + offset + 1 < end) {
                    rawValue = (newValue / 256) & 255;
                    buffer.writeUInt8(rawValue, start + offset + 1);
                }