It would be very useful if the SbgnUtil class could also provide methods to parse from InputStream rather than just plain File objects. In this way, multiple sources could be directly supported, including remote objects via their URL, zipped archive files as well as regular File objects.
It would be very useful if the
SbgnUtil
class could also provide methods to parse fromInputStream
rather than just plainFile
objects. In this way, multiple sources could be directly supported, including remote objects via theirURL
, zipped archive files as well as regularFile
objects.