Example #1
0
 public byte ReadUInt08(byte[] block, int position)
 {
     return(UInt08.Read(block, position));
 }
Example #2
0
 object EndianObjectCodec_I.ReadUInt08(byte[] block, int offset)
 {
     return(UInt08.Read(block, offset));
 }
Example #3
0
 public byte ReadUInt08(Block_I block)
 {
     return(UInt08.Read(block));
 }
Example #4
0
 object EndianObjectCodec_I.ReadUInt08(Block_I block)
 {
     return(UInt08.Read(block));
 }
Example #5
0
 public byte[] ReadBytes(byte[] block, int offset, int length)
 {
     return(UInt08.Read(block, offset, length));
 }
Example #6
0
 public byte[] ReadBytes(Block_I block, int length)
 {
     return(UInt08.Read(block, length));
 }
Example #7
0
 object EndianObjectCodec_I.ReadBytes(byte[] block, int offset, int length)
 {
     return(UInt08.Read(block, offset, length));
 }
Example #8
0
 object EndianObjectCodec_I.ReadBytes(Block_I block, int length)
 {
     return(UInt08.Read(block, length));
 }