Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ readToString
Method
readToString
CodenameOne/src/com/codename1/io/Util.java:239–241 ·
view source on GitHub ↗
(InputStream i)
Source
from the content-addressed store, hash-verified
237
///
238
/// - `IOException`: thrown by the stream
239
public
static
String readToString(InputStream i) throws IOException {
240
return
readToString(i,
"UTF-8"
);
241
}
242
243
/// Reads the contents of a file to a string.
244
///
Callers
11
parseJSON
Method · 0.95
parse
Method · 0.95
readResponse
Method · 0.95
readResponse
Method · 0.95
print
Method · 0.95
readCSSFileToString
Method · 0.95
loadBinding
Method · 0.95
testFileClass
Method · 0.95
setBrowserURL
Method · 0.95
start
Method · 0.95
invokeStatic16
Method · 0.45
Calls
8
getInstance
Method · 0.95
readInputStream
Method · 0.95
append
Method · 0.95
toString
Method · 0.95
exists
Method · 0.65
openInputStream
Method · 0.65
read
Method · 0.65
getAbsolutePath
Method · 0.45
Tested by
1
testFileClass
Method · 0.76