Skip to main content

decode

Function decode 

Source
pub fn decode(bytes: &[u8]) -> Result<Vec<Run>>
Expand description

Decode a runlist into its runs.

§Errors

NtfsError::BadRunlist for an invalid field width, a truncated run, a zero-length run, or an LCN that overflows or goes negative.