Esempio n. 1
0
 public ushort ReadUInt16(byte[] block, int position)
 {
     return(UInt16.Read(block, position));
 }
Esempio n. 2
0
 public ushort ReadUInt16(Block_I block)
 {
     return(UInt16.Read(block));
 }
Esempio n. 3
0
 object EndianObjectCodec_I.ReadUInt16(byte[] block, int offset)
 {
     return(UInt16.Read(block, offset));
 }
Esempio n. 4
0
 object EndianObjectCodec_I.ReadUInt16(Block_I block)
 {
     return(UInt16.Read(block));
 }
Esempio n. 5
0
 public uint ReadUInt16(BlockStream_I blockStream)
 {
     return(UInt16.Read(blockStream));
 }
Esempio n. 6
0
 public ushort ReadUInt16(Block_I block, int position)
 {
     return(UInt16.Read(block.Data, position));
 }