Class | Description |
---|---|
FileHelper |
This is a help class that is used to perform operations on files.
|
HttpCache |
This class is used to cache HTTP downloads
|
Messages |
Message bundle class
|
NativeHelper |
Used to help with the native libraries and command line tools
|
Platform |
Provide simplified platform information.
|
Stream |
This class is used to get a input stream and the details of the stream when downloading
a URL
|
TextTable |
This class is used to render a table to text
|
Version |
Used to store version information and allow it to be compared to another version
|
WebFileInputStream |
Used to create a input stream to a web resource
|
Exception | Description |
---|---|
HttpResponseError |
This is thrown when fetching the contents of a URL causes a non 200 response code
|