Exemple #1
0
 public bool TryPeekByte(int offset, out byte value)
 {
     return(ByteMemoryArea.TryReadByte(bytes, offset + off, out value));
 }