Stream: hapi
Topic: Read/Write resources from / to a file
Keith Boone (Jun 16 2016 at 07:17):
Is there a way using the FHIR Java RI to read a resource from a file, or write one to a file?
Grahame Grieve (Jun 16 2016 at 20:34):
the FHIR RI uses InputStream and OutputStream. These both have subclasses for File*Stream
Last updated: Apr 12 2022 at 19:14 UTC