Function il2_iltags::ilint::decode[][src]

pub fn decode(reader: &mut dyn Reader) -> Result<u64>
Expand description

Decodes an ILInt value.

Arguments:

  • reader: The reader that contains the encoded value;

Returns:

  • Ok(u64): On success, returns the value read.
  • Err(ErrorKind): In case of error.