|
| Constructor | public FileInputAsChar(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 readintnt() |
| 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() |