Searched refs:zip_file (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClass2HTML.java140 String zip_file = null;
158 zip_file = argv[++i];
171 if(zip_file == null)
174 parser = new ClassParser(zip_file, file_name[i]); // Create parser object from zip file
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DClassParser.java131 public ClassParser(String zip_file, String file_name) throws IOException argument
134 zip = new ZipFile(zip_file);

Completed in 31 milliseconds