com.googlecode.jpattern.core.textfiles.local
Class LocalFile
java.lang.Object
com.googlecode.jpattern.core.textfiles.local.LocalFile
- All Implemented Interfaces:
- IFile, Serializable
public class LocalFile
- extends Object
- implements IFile
- Author:
- Francesco Cina'
09/giu/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFile
public LocalFile(File file,
CharacterEncoding encodingCharset)
getPath
public String getPath()
- Specified by:
getPath in interface IFile
getName
public String getName()
- Specified by:
getName in interface IFile
exists
public boolean exists()
- Specified by:
exists in interface IFile
getFileReader
public IFileReader getFileReader()
- Specified by:
getFileReader in interface IFile
getFileWriter
public IFileWriter getFileWriter(boolean append)
- Specified by:
getFileWriter in interface IFile
Copyright © 2011. All Rights Reserved.