MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / toString

Method toString

java/src/org/openqa/selenium/io/Read.java:53–55  ·  view source on GitHub ↗
(InputStream in)

Source from the content-addressed store, hash-verified

51 }
52
53 public static String toString(InputStream in) throws IOException {
54 return new String(toByteArray(in), UTF_8);
55 }
56
57 /**
58 * This method might not work in OSGI environment.

Callers 2

resourceAsStringMethod · 0.95

Calls 1

toByteArrayMethod · 0.95

Tested by 1