MCPcopy Create free account
hub / github.com/davidgiven/luje / toASCIIString

Method toASCIIString

lib/java/net/URI.java:1620–1622  ·  view source on GitHub ↗

Returns the textual string representation of this URI instance using the US-ASCII encoding. @return the US-ASCII string representation of this URI.

()

Source from the content-addressed store, hash-verified

1618 * @return the US-ASCII string representation of this URI.
1619 */
1620 public String toASCIIString() {
1621 return encodeOthers(toString());
1622 }
1623
1624 /**
1625 * Returns the textual string representation of this URI instance.

Callers

nothing calls this directly

Calls 2

encodeOthersMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected