Package org.postgresql.util.internal
Class FileUtils
- java.lang.Object
-
- org.postgresql.util.internal.FileUtils
-
public class FileUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.BufferedInputStreamnewBufferedInputStream(java.io.File file)static java.io.BufferedInputStreamnewBufferedInputStream(java.lang.String path)
-
-
-
Method Detail
-
newBufferedInputStream
public static java.io.BufferedInputStream newBufferedInputStream(java.lang.String path) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
newBufferedInputStream
public static java.io.BufferedInputStream newBufferedInputStream(java.io.File file) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
-