|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.image.util.FileUtils
public class FileUtils
File utility methods
Method Summary | |
---|---|
static java.io.Reader |
getUTF8Reader(java.lang.String path)
Returns a Reader for reading the UTF-8 encoded file at the specified path. |
static java.io.Writer |
getUTF8Writer(java.lang.String path)
Returns a Writer for writing UTF-8 encoded data to the file at the specified path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.io.Reader getUTF8Reader(java.lang.String path) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public static java.io.Writer getUTF8Writer(java.lang.String path) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |