package java.nio.file; public final class Files { public static InputStream newInputStream(Path path, OpenOption... options) throws IOException { } }