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