public int ReadInt32() { var result = _block.ReadInt32(_position); _position += sizeof(int); return(result); }