UrlDiscoverer
6465666768697071727374
XMLFormat fmt = detector.detect(uis); detected = fmt != null && fmt != XMLFormat.OPML; } catch (IOException e) { throw new UrlDiscovererException(e); } finally { try { if (uis != null) uis.close();