MCPcopy 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

23public class StreamId {
24
25 public static StreamId parse(ByteBuffer buffer) {
26 return StreamId.of(buffer.getLong());
27 }
28
29 long id;
30

Callers 3

parseMethod · 0.95
createContainerMethod · 0.45
xmlLintMethod · 0.45

Calls 2

getLongMethod · 0.80
ofMethod · 0.45

Tested by

no test coverage detected