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

Method numBytes

src/main/java/core/org/xbill/DNS/Message.java:554–557  ·  view source on GitHub ↗

Returns the size of the message. Only valid if the message has been converted to or from wire format.

()

Source from the content-addressed store, hash-verified

552 * converted to or from wire format.
553 */
554public int
555numBytes() {
556 return size;
557}
558
559/**
560 * Converts the given section of the Message to a String.

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected