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

Method getCount

src/main/java/core/org/xbill/DNS/Header.java:244–247  ·  view source on GitHub ↗

Retrieves the record count for the given section @see Section

(int field)

Source from the content-addressed store, hash-verified

242 * @see Section
243 */
244public int
245getCount(int field) {
246 return counts[field];
247}
248
249int
250getFlagsByte() {

Callers 4

toStringWithRcodeMethod · 0.95
MessageMethod · 0.80
getTSIGMethod · 0.80
toWireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected