static FileInputStream newFileInputStream(File path) throws IOException { ret newFileInputStream(path.getPath()); } static FileInputStream newFileInputStream(S path) throws IOException { FileInputStream f = new FileInputStream(path); _registerIO(f, path, true); ret f; }