/* */ {
/* */ public Iterator create(URL url, ArchiveBrowser.Filter filter)
/* */ {
/* */ try
/* */ {
/* 47 */ VirtualFileURLConnection conn = (VirtualFileURLConnection)url.openConnection();
/* 48 */ VirtualFile vf = conn.getVirtualFile();
/* 49 */ return new VfsArchiveBrowser(filter, vf);
/* */ }
/* */ catch (IOException e) {
/* */ }
/* 53 */ throw new RuntimeException("Unable to browse URL: " + url, e);