AbstractMain |
AbstractMain provides conveniences for writing the main routine of an app. |
CsvInStream |
CsvInStream is used to read delimiter-separated values as specified by RFC 4180. |
CsvOutStream |
CsvOutStream is used to write delimiter-separated values as specified by RFC 4180. |
FileLogger |
FileLogger appends Str log entries to a file. |
JsonInStream |
JsonInStream reads objects from Javascript Object Notation (JSON). |
JsonOutStream |
JsonOutStream writes objects in Javascript Object Notation (JSON). |
PathEnv |
PathEnv is a simple implementation of a Fantom environment which uses a search path to resolve files. |