sbgn / libsbgn

Libraries for the Systems Biology Graphical Notation (SBGN); Java and C++
Other
15 stars 8 forks source link

More flexible parse functions with support for InputStreams #39

Closed draeger closed 5 years ago

draeger commented 7 years ago

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.

fbergmann commented 5 years ago

never mind .. was easier than i thought