public final class FileUtils extends Object
Description: Provides methods to read / write files.
Copyright (c) 2007
License: Apache 2.0
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
openFileReader(File file,
String encoding) |
static Reader |
openFileReaderUTF8(File file) |
static Writer |
openFileWriter(File file,
String encoding) |
static Writer |
openFileWriterUTF8(File file) |
public static Writer openFileWriterUTF8(File file) throws FileNotFoundException
FileNotFoundExceptionpublic static Writer openFileWriter(File file, String encoding) throws FileNotFoundException
FileNotFoundExceptionpublic static Reader openFileReaderUTF8(File file) throws FileNotFoundException
FileNotFoundExceptionpublic static Reader openFileReader(File file, String encoding) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2018. All rights reserved.