java.io
Class FileWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
java.io.FileWriter
public class FileWriter
- extends OutputStreamWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileWriter
public FileWriter(File var0)
throws IOException
- Throws:
IOException
FileWriter
public FileWriter(FileDescriptor var0)
FileWriter
public FileWriter(String var0)
throws IOException
- Throws:
IOException
FileWriter
public FileWriter(String var0,
boolean var1)
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.