public bool TryReadBeInt64(out long value) { if (!LoadedImage.TryReadBeInt64(this.bytes, off, out value)) { return(false); } off += 8; return(true); }