public class FileUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.io.BufferedInputStream |
newBufferedInputStream(java.io.File file) |
static java.io.BufferedInputStream |
newBufferedInputStream(java.lang.String path) |
public static java.io.BufferedInputStream newBufferedInputStream(java.lang.String path)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic static java.io.BufferedInputStream newBufferedInputStream(java.io.File file)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionCopyright © 2025 PostgreSQL Global Development Group. All rights reserved.