Is there any way to initialize a ZipFile object by passing in the literal bytes of the zip file, instead of having it read a filename? I'm building a restful app that doesn't need to ever touch the disk; it just opens the file, does some work on it, re-zips it and sends it on. object