Returns the textual string representation of this URI instance using the US-ASCII encoding. @return the US-ASCII string representation of this URI.
()
| 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. |
nothing calls this directly
no test coverage detected