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

Method _getIdentifier

src/main/java/core/org/xbill/DNS/Tokenizer.java:379–385  ·  view source on GitHub ↗
(String expected)

Source from the content-addressed store, hash-verified

377}
378
379private String
380_getIdentifier(String expected) throws IOException {
381 Token next = get();
382 if (next.type != IDENTIFIER)
383 throw exception("expected " + expected);
384 return next.value;
385}
386
387/**
388 * Gets the next token from a tokenizer, ensures it is an unquoted string,

Callers 9

getIdentifierMethod · 0.95
getLongMethod · 0.95
getTTLMethod · 0.95
getTTLLikeMethod · 0.95
getNameMethod · 0.95
getAddressBytesMethod · 0.95
getAddressMethod · 0.95
getHexStringMethod · 0.95
getBase32StringMethod · 0.95

Calls 2

getMethod · 0.95
exceptionMethod · 0.95

Tested by

no test coverage detected