java.io
Class FileWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.OutputStreamWriter
          extended by java.io.FileWriter

public class FileWriter
extends OutputStreamWriter


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
FileWriter(File var0)
           
FileWriter(FileDescriptor var0)
           
FileWriter(String var0)
           
FileWriter(String var0, boolean var1)
           
 
Method Summary
 
Methods inherited from class java.io.OutputStreamWriter
close, flush, getEncoding, write, write, write
 
Methods inherited from class java.io.Writer
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.