public ushort PeekBeUInt16(int offset) { return(ByteMemoryArea.ReadBeUInt16(bytes, offset + (uint)off)); }
protected EndianByteImageReader(ByteMemoryArea img, Address addrBegin, Address addrEnd) : base(img, addrBegin, addrEnd) { }
protected EndianByteImageReader(ByteMemoryArea img, long off) : base(img, off) { }
protected EndianByteImageReader(ByteMemoryArea img, long offsetBegin, long offsetEnd) : base(img, offsetBegin, offsetEnd) { }