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

Method setCount

src/main/java/core/org/xbill/DNS/Header.java:216–222  ·  view source on GitHub ↗
(int field, int value)

Source from the content-addressed store, hash-verified

214}
215
216void
217setCount(int field, int value) {
218 if (value < 0 || value > 0xFFFF)
219 throw new IllegalArgumentException("DNS section count " +
220 value + " is out of range");
221 counts[field] = value;
222}
223
224void
225incCount(int field) {

Callers 1

removeAllRecordsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected