Hi, as part of an assignment i have to display the contents of a byte file which is inside a zip file using a java swing component. There is .exe file there and i would like to display the contents of it. I have. The instream is a ZipInputStream object. What should i use or do next in order to get the contents of the byte file and display them. Thanks for anyone's help.ZipEntry entry = instream.getNextEntry();