public class FileHandle extends Object implements org.teasoft.bee.file.FileCreator
| Constructor and Description |
|---|
FileHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
genAppendFile(String fullPathAndName,
String content) |
void |
genFile(String fullPathAndName,
String content) |
void |
genFile(String fullPath,
String fileName,
String content) |
void |
genFile(String basePath,
String packagePath,
String fileName,
String content) |
String |
getCharsetName() |
BufferedReader |
readFile(File file) |
BufferedReader |
readFile(String fullPathAndName) |
void |
setCharsetName(String charsetName) |
public void setCharsetName(String charsetName)
setCharsetName in interface org.teasoft.bee.file.FileCreatorpublic String getCharsetName()
public void genFile(String fullPathAndName, String content)
genFile in interface org.teasoft.bee.file.FileCreatorpublic void genFile(String fullPath, String fileName, String content)
genFile in interface org.teasoft.bee.file.FileCreatorpublic void genFile(String basePath, String packagePath, String fileName, String content)
genFile in interface org.teasoft.bee.file.FileCreatorpublic void genAppendFile(String fullPathAndName, String content)
genAppendFile in interface org.teasoft.bee.file.FileCreatorpublic BufferedReader readFile(String fullPathAndName)
readFile in interface org.teasoft.bee.file.FileReaderpublic BufferedReader readFile(File file)
readFile in interface org.teasoft.bee.file.FileReaderCopyright © 2024. All rights reserved.