|
| Constructor | public FileManipulate(String filename) |
| Read the next character as char | public final synchronized char readchar() |
| Read the next character as Char | public final synchronized Character readCharacter() |
| Read the next character as ISO code (int) | public final synchronized int readint() |
| Return file with lines of given length | public void toLineLength(int requiredLineLength, String filename) |
| public void toLineLength(int requiredLineLength) | |
| Return file of a single line | public void toSingleLineFile(String filename) |
| public void toSingleLineFile(int requiredLineLength) | |
| Convert all lines to a single line String | public String toSingleLine() |
| End of file status | public String eof() |
| File existence status | public boolean fileFound() |
| Close the file | public final synchronized void close() |
| Get the file name | public String getFileName() |
| Get the file name without its extension | public String getStemName() |
| Get the path name | public String getPathName() |
| Get the directory path | public String getDirPath() |