Converts the path object to a URI. @return the URI object converted from the path object
()
| 252 | * @return the {@link URI} object converted from the path object |
| 253 | */ |
| 254 | public URI toUri() { |
| 255 | return uri; |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * Returns the FileSystem that owns this Path. |
no outgoing calls