public class Tools
extends java.lang.Object
Note: This class directly do not provide any functions, but has
static
sub-classes which provide various
related tools, i.e., this class only behaves as the container for those
classes.
Modifier and Type | Class and Description |
---|---|
static class |
Tools.Convertor
Provides methods to do conversions.
|
static class |
Tools.Downloader
Provides methods to download data or files from the Internet.
|
static class |
Tools.HTML
Provides functions to handle HTML, e.g., correcting
non-compliant or non-strict web addresses, etc.
|
Constructor and Description |
---|
Tools() |