Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ asBytes
Method
asBytes
java/com/google/re2j/MatcherInput.java:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
@Override
96
public
byte[] asBytes() {
97
return
charSequence.toString().getBytes(Charset.forName(
"UTF-16"
));
98
}
99
100
@Override
101
public
int
length() {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected