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

Method getFootprint

src/main/java/core/org/xbill/DNS/DSRecord.java:147–150  ·  view source on GitHub ↗

Returns the key's footprint.

()

Source from the content-addressed store, hash-verified

145 * Returns the key's footprint.
146 */
147public int
148getFootprint() {
149 return footprint;
150}
151
152void
153rrToWire(DNSOutput out, Compression c, boolean canonical) {

Callers 1

DSRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected