Open liambloom opened 2 years ago
Make it work with JAR/ZIP, by, if it is opaque and one of those two, creating a filesystem for the zip, changing the book URL (or the base, maybe?) to point in the zip filesystem, and resolving paths in the correct fs (zip fs or default)
ResourceLocator
class; instead dobookUrl.toUri().resolve(resourceUri).toUrl().getInputStream()
(Note: this would involve making book have a URL)BookParser
rather thanChecker
** Items 2 and 3 may not be neccesary if I do:
Notes: