class |
AbstractSingleDecompress |
Ancestor for decompression algorithms that only work with archives
that consists of a single file, like gunzip.
|
class |
DownloadContent |
Downloads the raw, textual content from a URL and forwards it.Also handles basic authentication when using URLs like this:
http://user:pass@domain.com/url
Input/output:
- accepts:
java.lang.String
adams.core.base.BaseURL
java.net.URL
- generates:
java.lang.String
|
class |
GUNZIP |
Decompresses an archive that was compressed with gzip.
|
class |
UnBzip2 |
Decompresses an archive that was compressed with bzip2.
|
class |
UnLzf |
Decompresses an archive that was compressed with LZF.
|
class |
UnLzma |
Decompresses an archive that was compressed with LZMA (7zip).
|
class |
UnXz |
Decompresses an archive that was compressed with XZ.
|
class |
UnZstd |
Decompresses an archive that was compressed with Zstd.
|
class |
WekaInstanceDumper |
Dumps weka.core.Instance objects into an ARFF file.
|