Searched defs:is (Results 1 – 2 of 2) sorted by relevance
147 InputStream is = p.getInputStream(); in executeHostCommand() local
262 protected static String readStream(InputStream is) throws IOException { in readStream()