Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
canReadInputStreamToString
Method · 0.95
resourceAsString
Method · 0.95
Calls
1
toByteArray
Method · 0.95
Tested by
1
canReadInputStreamToString
Method · 0.76