Looking at your code, I see that you're using a bu...
# kobalt
e
Looking at your code, I see that you're using a buffered stream to write the zip/jar, but just a regular output stream to extract the zip/jar. Is that because extracting is generally pretty fast?