Skip to content

feat: Add UnarchiveReader function to support io.ReadSeeker input in nskeyedarchiver#557

Open
semihbkgr wants to merge 1 commit intodanielpaulus:mainfrom
semihbkgr:patch-1
Open

feat: Add UnarchiveReader function to support io.ReadSeeker input in nskeyedarchiver#557
semihbkgr wants to merge 1 commit intodanielpaulus:mainfrom
semihbkgr:patch-1

Conversation

@semihbkgr
Copy link
Copy Markdown

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