Since I know the name of the file with the timestamp in it I thought I could create a zipfile and use getEntry to get the entry but then other than getting the size and name of the file I can not do much more with it like read it unless I use a stream (zipinputstream) instead of a file (zipfile) - do I have this right?