|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.image.util.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
public static java.io.Writer getUTF8Writer(java.lang.String path) throws java.io.IOException
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |