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

Method getIdentifier

src/main/java/core/org/xbill/DNS/Tokenizer.java:394–397  ·  view source on GitHub ↗

Gets the next token from a tokenizer, ensures it is an unquoted string, and converts it to a string. @return The next token in the stream, as a string. @throws TextParseException The input was invalid or not an unquoted string. @throws IOException An I/O error occurred.

()

Source from the content-addressed store, hash-verified

392 * @throws IOException An I/O error occurred.
393 */
394public String
395getIdentifier() throws IOException {
396 return _getIdentifier("an identifier");
397}
398
399/**
400 * Gets the next token from a tokenizer and converts it to a long.

Callers 2

startGenerateMethod · 0.80
rdataFromStringMethod · 0.80

Calls 1

_getIdentifierMethod · 0.95

Tested by

no test coverage detected