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

Method clearActive

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

Clears the active region of the string. Further operations are not restricted to part of the input.

()

Source from the content-addressed store, hash-verified

82 * restricted to part of the input.
83 */
84public void
85clearActive() {
86 byteBuffer.limit(byteBuffer.capacity());
87}
88
89/**
90 * Returns the position of the end of the current active region.

Callers 1

newRecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected