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

Method saveActive

src/main/java/core/org/xbill/DNS/DNSInput.java:92–95  ·  view source on GitHub ↗

Returns the position of the end of the current active region.

()

Source from the content-addressed store, hash-verified

90 * Returns the position of the end of the current active region.
91 */
92public int
93saveActive() {
94 return byteBuffer.limit();
95}
96
97/**
98 * Restores the previously set active region. This differs from setActive() in

Callers 1

fromWireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected