gilday / how-to-stream-stax

Example project demonstrating how to encapsulate StAX parsing in a Stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example project demonstrating how to encapsulate StAX parsing in a Stream

License:MIT License


Languages

Language:Java 94.7%Language:Kotlin 5.3%