I have a class which wraps ZipEntrys, but I'm struggling to see how I could then write a method that returns an input stream from any one ZipEntry. I managed to write something that could return an array of input streams for a ZipFile, but I need a way to get an input stream from just one ZipEntry.
question from:https://stackoverflow.com/questions/1723026/how-do-i-create-an-input-stream-from-a-zipentry