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

Method string

src/main/java/core/org/xbill/DNS/WKSRecord.java:561–564  ·  view source on GitHub ↗

Converts a TCP/UDP service port number into its textual representation.

(int type)

Source from the content-addressed store, hash-verified

559 * representation.
560 */
561 public static String
562 string(int type) {
563 return services.getText(type);
564 }
565
566 /**
567 * Converts a textual representation of a TCP/UDP service into its

Callers

nothing calls this directly

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected