pub fn parse_info<R: Read + Seek>(
reader: R,
) -> Result<FileVaultInfo, FileVaultError>Expand description
Parse only the password-independent metadata from a reader, WITHOUT the
password โ the entry point filevault-forensic uses to audit a locked volume.
ยงErrors
Any FileVaultError from header/metadata parsing.