3breadt / dd-plist

A java library providing support for ASCII, XML and binary property lists.
Other
258 stars 94 forks source link

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

Closed jpstotz closed 2 years ago

jpstotz commented 2 years ago

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 commented 2 years ago

Thanks for the contribution πŸ‘

Alllsworld72 commented 1 year ago

Anytime 😏

Al’s mail

Saturday, September 17, 2022, 4:19 AM -0600 from @. @.>:

Thanks for the contribution πŸ‘ β€” Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread. Message ID: <3breadt/dd-plist/pull/71/c1250044310 @ github . com>