(String urlStr)
| 109 | } |
| 110 | |
| 111 | public static byte[] get(String urlStr) throws IOException |
| 112 | { |
| 113 | return get(urlStr, Proxy.NO_PROXY); |
| 114 | } |
| 115 | |
| 116 | public static byte[] get(String urlStr, Proxy proxy) throws IOException |
| 117 | { |
no test coverage detected