You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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