Example #1
0
 public static InputStream openInputStream(Object uri) throws IOException {
   return Path.valueOf(uri).openInputStream();
 }