Method
readInputStream
(InputStream p_readInputStream_0_)
Source from the content-addressed store, hash-verified
| 1289 | } |
| 1290 | |
| 1291 | public static String readInputStream(InputStream p_readInputStream_0_) throws IOException { |
| 1292 | return readInputStream(p_readInputStream_0_, "ASCII"); |
| 1293 | } |
| 1294 | |
| 1295 | public static String readInputStream(InputStream p_readInputStream_0_, String p_readInputStream_1_) throws IOException { |
| 1296 | InputStreamReader inputstreamreader = new InputStreamReader(p_readInputStream_0_, p_readInputStream_1_); |
Tested by
no test coverage detected