com.googlecode.jpattern.core.textfiles.local
Class LocalFileWriter

java.lang.Object
  extended by com.googlecode.jpattern.core.textfiles.local.LocalFileWriter
All Implemented Interfaces:
IFileWriter, Serializable

public class LocalFileWriter
extends Object
implements IFileWriter

Author:
Francesco Cina' 11/giu/2010
See Also:
Serialized Form

Constructor Summary
LocalFileWriter(File file, CharacterEncoding encodingCharset, boolean append)
           
 
Method Summary
 boolean close()
           
 boolean println(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFileWriter

public LocalFileWriter(File file,
                       CharacterEncoding encodingCharset,
                       boolean append)
Method Detail

close

public boolean close()
Specified by:
close in interface IFileWriter

println

public boolean println(String text)
Specified by:
println in interface IFileWriter


Copyright © 2011. All Rights Reserved.