/how-to-stream-stax

Example project demonstrating how to encapsulate StAX parsing in a Stream

Primary LanguageJavaMIT LicenseMIT

How To Stream StAX

Example project that demonstrates how to encapsulate StAX parsing in a java.util.stream.Stream. Accompanies a blog post on the same topic at https://johnathangilday.com/blog/stream-stax

Building

Requires JDK 19

./gradlew check