public class StreamUtil extends Object
| Constructor and Description |
|---|
StreamUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
bufferedInputStream(File
|
static InputStream |
bufferedInputStream(Path
|
static InputStream |
bufferedInputStream(String
|
static OutputStream |
bufferedOutputStream(File
|
static OutputStream |
bufferedOutputStream(Path
|
static OutputStream |
bufferedOutputStream(String
|
public static OutputStreambufferedOutputStream(File file) throws FileNotFoundException
FileNotFoundException
public static OutputStreambufferedOutputStream(String path) throws FileNotFoundException
FileNotFoundException
public static OutputStreambufferedOutputStream(Path path) throws IOException
IOException
public static InputStreambufferedInputStream(File file) throws FileNotFoundException
FileNotFoundException
public static InputStreambufferedInputStream(String path) throws FileNotFoundException
FileNotFoundException
public static InputStreambufferedInputStream(Path path) throws IOException
IOException