Create an instance as an internal use
()
| 139 | |
| 140 | /** Create an instance as an internal use */ |
| 141 | protected URI() { |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Construct a URI from a string with the given charset. The input string can |
nothing calls this directly
no test coverage detected