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

Method save

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

Saves the current state of the output stream. @throws IllegalArgumentException The index is not within the output.

()

Source from the content-addressed store, hash-verified

85 * @throws IllegalArgumentException The index is not within the output.
86 */
87public void
88save() {
89 saved_pos = pos;
90}
91
92/**
93 * Restores the input stream to its state before the call to {@link #save}.

Callers 1

digestRRsetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected