Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ parse
Method
parse
src/main/java/core/packetproxy/quic/value/StreamId.java:25–27 ·
view source on GitHub ↗
(ByteBuffer buffer)
Source
from the content-addressed store, hash-verified
23
public
class
StreamId {
24
25
public
static
StreamId parse(ByteBuffer buffer) {
26
return
StreamId.of(buffer.getLong());
27
}
28
29
long id;
30
Callers
3
parse
Method · 0.95
createContainer
Method · 0.45
xmlLint
Method · 0.45
Calls
2
getLong
Method · 0.80
of
Method · 0.45
Tested by
no test coverage detected