Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ rrFromWire
Method
rrFromWire
src/main/java/core/org/xbill/DNS/UNKRecord.java:27–30 ·
view source on GitHub ↗
(DNSInput in)
Source
from the content-addressed store, hash-verified
25
}
26
27
void
28
rrFromWire(DNSInput in) throws IOException {
29
data = in.readByteArray();
30
}
31
32
void
33
rdataFromString(Tokenizer st, Name origin) throws IOException {
Callers
nothing calls this directly
Calls
1
readByteArray
Method · 0.80
Tested by
no test coverage detected