Skip to content

XML and ASCII parser improvements for reading data from String/Reader#71

Merged
3breadt merged 1 commit into
3breadt:masterfrom
jpstotz:dev
Sep 17, 2022
Merged

XML and ASCII parser improvements for reading data from String/Reader#71
3breadt merged 1 commit into
3breadt:masterfrom
jpstotz:dev

Conversation

@jpstotz

@jpstotz jpstotz commented Sep 8, 2022

Copy link
Copy Markdown
Contributor

There were no possibility to directly parse an XML or ASCII plist form a String or Reader instance.

Furthermore minor improvements to PropertyListParser were made (e.g. reading a file should not use block size lower than 4K as this is inefficient, 4K is the default block size of most file systems).

Using the constants form StandardCharsets instead of custom Strings saves the charset name parsing.

@3breadt 3breadt merged commit d4367cd into 3breadt:master Sep 17, 2022
@3breadt

3breadt commented Sep 17, 2022

Copy link
Copy Markdown
Owner

Thanks for the contribution 👍

@jpstotz jpstotz deleted the dev branch September 17, 2022 10:46
@Alllsworld72

Alllsworld72 commented Oct 17, 2022 via email

Copy link
Copy Markdown

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.

3 participants