Skip to content

Conversation

semihbkgr
Copy link

It adds the UnarchiveReader function to support unarchiving nskeyedarchiver plists directly from an io.ReadSeeker, improving efficiency and simplifying unarchiving from file.

  • Introduced UnarchiveReader function to handle NSKeyedArchiver Plists from an io.ReadSeeker, allowing for easy unarchiving of data directly from files without reading all data into a byte slice.
  • Updated Unarchive function to utilize UnarchiveReader for consistent behavior.

…nskeyedarchiver

- Introduced UnarchiveReader function to handle NSKeyedArchiver Plists from an io.ReadSeeker, allowing for easy unarchiving of data directly from files without reading all data into a byte slice.
- Updated Unarchive function to utilize UnarchiveReader for consistent behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant