-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
We should accept Files and InputStreams, not any implementation-specific types in these APIs.
For instance: importFrom(ZipInputStream) is leaking out the internals of how we modify these contents. Just take in a generic instream and let our impls do all necessary wrapping.