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

Method add

src/main/java/core/org/xbill/DNS/Update.java:134–137  ·  view source on GitHub ↗

Parses a record from the string, and indicates that the record should be inserted into the zone. @throws IOException The record could not be parsed.

(Name name, int type, long ttl, String record)

Source from the content-addressed store, hash-verified

132 * @throws IOException The record could not be parsed.
133 */
134public void
135add(Name name, int type, long ttl, String record) throws IOException {
136 newUpdate(Record.fromString(name, type, dclass, ttl, record, origin));
137}
138
139/**
140 * Parses a record from the tokenizer, and indicates that the record

Callers 15

replaceMethod · 0.95
成功するケースMethod · 0.45
失敗するケースMethod · 0.45
ofMethod · 0.45
smokeMethod · 0.45

Calls 5

newUpdateMethod · 0.95
fromStringMethod · 0.95
rrsMethod · 0.80
hasNextMethod · 0.80
nextMethod · 0.80