FamilySearch / gedcom5-java

Gedcom parsers
Apache License 2.0
68 stars 41 forks source link

Support InputStream and Reader parse on all parsers #16

Closed jbonevich closed 5 years ago

jbonevich commented 5 years ago

I am working with GEDCOMs stored as S3 objects, and I want to work with content as streams or readers (i.e. S3.getObject().getObjectContent()). It would be nice to have GedcomParser.parse(InputStream) or parse(Reader), and corresponding methods on ModelParser, TreeParser, and JsonParser.

stoicflame commented 5 years ago

Agreed.

Want to put together a pull request for us?

jbonevich commented 5 years ago

I can absolutely do that.

stoicflame commented 5 years ago

Version 1.11.0 has been released.