public bool TryPeekByte(int offset, out byte value) { return(MemoryArea.TryReadByte(bytes, offset + off, out value)); }