Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image.util
Class FileUtils

java.lang.Object
  |
  +--oracle.cabo.image.util.FileUtils

public class FileUtils
extends java.lang.Object

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

getUTF8Reader

public static java.io.Reader getUTF8Reader(java.lang.String path)
                                    throws java.io.FileNotFoundException
Returns a Reader for reading the UTF-8 encoded file at the specified path.

getUTF8Writer

public static java.io.Writer getUTF8Writer(java.lang.String path)
                                    throws java.io.IOException
Returns a Writer for writing UTF-8 encoded data to the file at the specified path.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.