Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ readStringList
Method
readStringList
app/src/main/java/com/sun/mail/iap/Response.java:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
public
String[] readStringList() {
301
return
readStringList(false);
302
}
303
304
public
String[] readAtomStringList() {
305
return
readStringList(true);
Callers
4
readAtomStringList
Method · 0.95
ID
Method · 0.80
Namespace
Method · 0.80
BODYSTRUCTURE
Method · 0.80
Calls
7
skipSpaces
Method · 0.95
isNextNonSpace
Method · 0.95
readAtomString
Method · 0.95
readString
Method · 0.95
toArray
Method · 0.80
size
Method · 0.65
add
Method · 0.45
Tested by
no test coverage detected