MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / rrToString

Method rrToString

src/main/java/core/org/xbill/DNS/HINFORecord.java:86–93  ·  view source on GitHub ↗

Converts to a string

()

Source from the content-addressed store, hash-verified

84 * Converts to a string
85 */
86String
87rrToString() {
88 StringBuffer sb = new StringBuffer();
89 sb.append(byteArrayToString(cpu, true));
90 sb.append(" ");
91 sb.append(byteArrayToString(os, true));
92 return sb.toString();
93}
94
95}

Callers

nothing calls this directly

Calls 3

byteArrayToStringMethod · 0.80
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected