com.googlecode.jpattern.core.textfiles.local
Class LocalFileWriter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFileWriter
public LocalFileWriter(File file,
CharacterEncoding encodingCharset,
boolean append)
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.