Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/brotli
/ asReadOnlyBuffer
Method
asReadOnlyBuffer
java/org/brotli/dec/Utils.java:110–112 ·
view source on GitHub ↗
(ByteBuffer src)
Source
from the content-addressed store, hash-verified
108
}
109
110
static
ByteBuffer asReadOnlyBuffer(ByteBuffer src) {
111
return
src.asReadOnlyBuffer();
112
}
113
114
static
int
isReadOnly(ByteBuffer src) {
115
return
src.isReadOnly() ? 1 : 0;
Callers
1
DictionaryData
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected