pub fn parse(content: &[u8]) -> Result<Vec<AttributeListEntry>>Expand description
Parse an $ATTRIBUTE_LIST value into its entries.
§Errors
NtfsError::BadAttributeList for an undersized entry, an entry past the
content, or a name out of bounds.
pub fn parse(content: &[u8]) -> Result<Vec<AttributeListEntry>>Parse an $ATTRIBUTE_LIST value into its entries.
NtfsError::BadAttributeList for an undersized entry, an entry past the
content, or a name out of bounds.