Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dodufish/PIXRA
/ string
Method
string
android-tools/src/main/java/com/mazouri/tools/Tools.java:110–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
public
static
StringTool string() {
111
if
(mString == null) {
112
mString = StringTool.instance();
113
}
114
return
mString;
115
}
116
117
public
static
RegexTool regex() {
118
if
(mRegex == null) {
Callers
15
onCreate
Method · 0.95
compress
Method · 0.95
encryptMD5File2String
Method · 0.95
encryptMD5File
Method · 0.95
generateTag
Method · 0.95
getFileByPath
Method · 0.95
rename
Method · 0.95
readFile2List
Method · 0.95
readFile2String
Method · 0.95
getFileMD5ToString
Method · 0.95
getFileMD5
Method · 0.95
getDirName
Method · 0.95
Calls
1
instance
Method · 0.95
Tested by
no test coverage detected