public byte ReadUInt08(byte[] block, int position) { return(UInt08.Read(block, position)); }
object EndianObjectCodec_I.ReadUInt08(byte[] block, int offset) { return(UInt08.Read(block, offset)); }
public byte ReadUInt08(Block_I block) { return(UInt08.Read(block)); }
object EndianObjectCodec_I.ReadUInt08(Block_I block) { return(UInt08.Read(block)); }
public byte[] ReadBytes(byte[] block, int offset, int length) { return(UInt08.Read(block, offset, length)); }
public byte[] ReadBytes(Block_I block, int length) { return(UInt08.Read(block, length)); }
object EndianObjectCodec_I.ReadBytes(byte[] block, int offset, int length) { return(UInt08.Read(block, offset, length)); }
object EndianObjectCodec_I.ReadBytes(Block_I block, int length) { return(UInt08.Read(block, length)); }