public class FileUtils extends Object
Constructor and Description |
---|
FileUtils() |
Modifier and Type | Method and Description |
---|---|
static InputStream |
createInputStream(String filePath)
Creates an InputStream for reading a file.
|
static OutputStream |
createOutputStream(String filePath)
Creates an OutputStream for reading a file.
|
public static InputStream createInputStream(String filePath) throws IOException
filePath
- the path of the file to be readfilePath
IOException
public static OutputStream createOutputStream(String filePath) throws IOException
filePath
- the path of the file to be writtenfilePath
IOException
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.