Read contents of jar file given specific path
问题 I have a jar file named "san.jar" with various folders like "classes", "resources", etc., Say for e.g i have a folder structure like "resources/assets/images" under which there are various images which I do not have any information about them like name of the images or number of images under the folder as the jar file is private and I am not allowed to unzip the jar. OBJECTIVE: I need to get all the files under the given path without iterating over the whole jar file. Right now what I am