예제 #1
0
 public ushort PeekBeUInt16(int offset)
 {
     return(ByteMemoryArea.ReadBeUInt16(bytes, offset + (uint)off));
 }
예제 #2
0
 protected EndianByteImageReader(ByteMemoryArea img, Address addrBegin, Address addrEnd) : base(img, addrBegin, addrEnd)
 {
 }
예제 #3
0
 protected EndianByteImageReader(ByteMemoryArea img, long off) : base(img, off)
 {
 }
예제 #4
0
 protected EndianByteImageReader(ByteMemoryArea img, long offsetBegin, long offsetEnd) : base(img, offsetBegin, offsetEnd)
 {
 }