au.util.io
From auWiki
au.util.io provides classes that deal with input and output operations. It is used by projects from the analog underground such as Movie Enlister And Tracker.
Classes
- EventLogReporter - reports messages via the event log
- FtpClient - interacts with an FTP server
- InputBox - prompts the user for input
- MessageBoxReporter - reports messages via a message box
- Reporter - base class for EventLogReporter and MessageBoxReporter
- XmlUtil - utilities for working with XML
Enumerations
- FtpTransferType - modes of transfer that FtpClient can use
- MessageType - types of messages Reporters can use