Uses of Interface
adams.core.io.EncodingSupporter
-
-
Uses of EncodingSupporter in adams.core.io.filesearch
Classes in adams.core.io.filesearch that implement EncodingSupporter Modifier and Type Class Description class
AbstractFileSearchHandlerWithEncoding
Ancestor for file search handlers that use file encodings.class
AbstractMetaFileSearchHandlerWithEncoding
Ancestor for file search handlers that use file encodings.class
Bzip2FileSearchHandler
Searches bzip2-compressed (text) files.class
GzipFileSearchHandler
Searches gzip-compressed (text) files.class
LzfFileSearchHandler
Searches lzf-compressed (text) files.class
LzmaFileSearchHandler
Searches lzma-compressed (text) files.class
RarFileSearchHandler
Searches rar-compressed (text) files.class
TextFileSearchHandler
Searches text files, skips binary files.class
XzFileSearchHandler
Searches xz-compressed (text) files.class
ZipFileSearchHandler
Searches zip-compressed (text) files.class
ZstdFileSearchHandler
Searches zstd-compressed (text) files. -
Uses of EncodingSupporter in adams.core.io.fileuse
Classes in adams.core.io.fileuse that implement EncodingSupporter Modifier and Type Class Description class
LastLineMatches
Reads the file as text file and makes sure that the last line matches the regular expression.
If the last line doesn't match the expression, failing to read or reading no lines at all are all interpreted as 'in use'. -
Uses of EncodingSupporter in adams.core.option
Classes in adams.core.option that implement EncodingSupporter Modifier and Type Class Description class
CompactFlowConsumer
Reads nested, compact actor flow format.class
CompactFlowProducer
Generates nested, compact actor flow format.class
DebugNestedProducer
Nested producer that outputs format useful for debugging purposes.class
NestedConsumer
Parses a nested ArrayList of options.class
NestedProducer
Generates the nested format. -
Uses of EncodingSupporter in adams.data.conversion
Classes in adams.data.conversion that implement EncodingSupporter Modifier and Type Class Description class
ByteArrayToString
Turns a byte array into a String.class
StringArrayToURLParameters
Turns a string array into parameters of a URL, e.g., '?k1=v1&k2=v2' (uses java.net.URLEncoder).class
StringToByteArray
Converts a string into a byte array.class
URLDecode
Decodes the URL encoded string back to a regular string (uses java.net.URLDecoder).class
URLEncode
Encodes the string to make it usable within a URL (uses java.net.URLEncoder).class
URLParametersToStringArray
Turns URL parameters like '...?k1=v1&k2=v2' back into a string array (uses java.net.URLDecoder). -
Uses of EncodingSupporter in adams.data.io.input
Classes in adams.data.io.input that implement EncodingSupporter Modifier and Type Class Description class
AbstractExcelSpreadSheetReader<T extends Range>
Ancestor for special Excel readers.class
AbstractMultiSheetSpreadSheetReader<T extends Range>
Ancestor for spreadsheet readers that can read multiple sheets from a document in one go.class
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range>
Ancestor for spreadsheet readers that allow the specification of a custom missing value string.class
AbstractSpreadSheetReader
Ancestor for classes that can read spreadsheets.class
AbstractSpreadSheetReaderWithMissingValueSupport
Ancestor for spreadsheet readers that allow the specification of a custom missing value string.class
AbstractWekaSpreadSheetReader
Ancestor for WEKA file format readers.class
AccessSpreadSheetReader
Allows the reading of MS Access databases.class
ArffSpreadSheetReader
Reads WEKA datasets in ARFF format and turns them into spreadsheets.class
AutoWidthTabularSpreadSheetReader
Reads simple tabular text files, using column widths as defined by the header row.class
CsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
DefaultFlowReader
Reads flows in the default format (nested).class
ExcelSpreadSheetReader
Reads MS Excel files (using DOM).class
ExcelStreamingSpreadSheetReader
Reads large MS Excel XML files (using streaming via SAX).
Increasing the debug level to more than 1 results in outputting detailed information on cells.class
FastCsvSpreadSheetReader
Simplified CSV spreadsheet reader for loading large files.class
FixedTabularSpreadSheetReader
Reads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.class
GnumericSpreadSheetReader
Reads Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.class
JSONSpreadSheetReader
Reads WEKA datasets in JSON format and turns them into spreadsheets.class
LibSVMSpreadSheetReader
Reads WEKA datasets in LibSVM format and turns them into spreadsheets.class
Mat5SpreadSheetReader
Reads Matlab .mat files (format 5)
class
MatlabSpreadSheetReader
Reads WEKA datasets in ARFF format and turns them into spreadsheets.class
NestedAdamsExperimentReader
Reads ADAMS Experiments in nested format.class
NestedCommandlineReader
Loads objects using the commandline store in the file (nested format).class
ODFSpreadSheetReader
Reads ODF (Open Document Format) spreadsheet files.
If a row contains only empty cells, this is interpreted as the end of the sheet.class
PNGSpreadSheetReader
Reads PNGs as spreadsheet, e.g., for reading indexed PNGs.class
PropertiesSpreadSheetReader
Turns Java properties files into spreadsheets with two columns: Key and Value.class
SimpleArffSpreadSheetReader
Simple reader for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.class
SimpleCsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
SimpleStreamSpreadSheetReader
Reads file in simple stream format:
- one spreadsheet row per line in the output
- cells are separated by TAB
- cell format: '<1-based index>:<content-type ID>:<content>'
NB: tabs, new lines etc in the content get backquoted.class
SqlDumpSpreadSheetReader
Reads in SQL dump files.class
SVMLightSpreadSheetReader
Reads WEKA datasets in ARFF format and turns them into spreadsheets.class
TsvSpreadSheetReader
Reads TSV (tab-separated values) files.
It is possible to force columns to be text.class
XrffSpreadSheetReader
Reads WEKA datasets in ARFF format and turns them into spreadsheets. -
Uses of EncodingSupporter in adams.data.io.output
Classes in adams.data.io.output that implement EncodingSupporter Modifier and Type Class Description class
AbstractFormattedSpreadSheetWriter
Ancestor for writers that format the numbers.class
AbstractMultiSheetFormattedSpreadSheetWriter
Ancestor for writers that format the numbers.class
AbstractMultiSheetSpreadSheetWriter
Ancestor for spreadsheet writers that can write multiple sheets into a single document.class
AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
Ancestor for spreadsheet writers that support missing values.class
AbstractSpreadSheetWriter
Ancestor for classes that can write spreadsheet objects.class
AbstractSpreadSheetWriterWithMissingValueSupport
Ancestor for spreadsheet writers that support a custom missing value string.class
AbstractTextWriterWithEncoding
Ancestor of text writers that use an encoding.class
AbstractTextWriterWithFilenameGenerator
Ancestor for text writers that use anAbstractFilenameGenerator
to generate their filename.class
AbstractWekaSpreadSheetWriter
Ancestor for WEKA file format readers.class
AccessSpreadSheetWriter
Writes spreadsheet data to a MS Access database.class
ArffSpreadSheetWriter
Writes a spreadsheet in ARFF file format.class
AutoWidthTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.class
CsvSpreadSheetWriter
Writes CSV files.class
DefaultFlowWriter
Writes flows in the default format (nested).class
ExcelSpreadSheetWriter
Writes MS Excel files.class
ExcelStreamingSpreadSheetWriter
Writes OOXML MS Excel files in streaming mode (more memory efficient).class
FixedTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.class
GnumericSpreadSheetWriter
Writes Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.class
JSONSpreadSheetWriter
Writes a spreadsheet in JSON file format.class
LibSVMSpreadSheetWriter
Writes a spreadsheet in LibSVM file format.class
Mat5SpreadSheetWriter
Writes Matlab .mat files (format 5)
class
MatlabSpreadSheetWriter
Writes a spreadsheet in ARFF file format.class
ODFSpreadSheetWriter
Writes ODF (Open Document Format) spreadsheet files.class
PropertiesSpreadSheetWriter
Outputs two columns (key and value) from a spreadsheet as Java properties file.class
SimpleArffSpreadSheetWriter
Simple writer for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.class
SimpleStreamSpreadSheetWriter
Simple stream format for spreadsheets:
- one spreadsheet row per line in the output
- cells are separated by TAB
- cell format: '<1-based index>:<content-type ID>:<content>'
NB: tabs, new lines etc in the content get backquoted.class
SqlDumpSpreadSheetWriter
Generates an SQL dump from the spreadsheet, which can be imported into a database.class
SVMLightSpreadSheetWriter
Writes a spreadsheet in SVMLight file format.class
TextFileWithLineNumbersWriter
Writes the content to a text file, preceding each line with its line number.class
TextFileWriter
Writes the content to a text file.class
TsvSpreadSheetWriter
Writes TSV (tab-separated values) files,
class
XrffSpreadSheetWriter
Writes a spreadsheet in XRFF file format. -
Uses of EncodingSupporter in adams.doc.listing
Classes in adams.doc.listing that implement EncodingSupporter Modifier and Type Class Description class
AbstractFileBasedListingOutputWithEncoding
Ancestor for output schemes that support file encodings.class
HtmlOutput
Outputs the listing in HTML to the specified file.class
MarkdownOutput
Outputs the listing in Markdown to the specified file.class
OptionOutput
Creates a sub-directory for each module and stores the generated output in there, one file per class. -
Uses of EncodingSupporter in adams.flow.sink
Classes in adams.flow.sink that implement EncodingSupporter Modifier and Type Class Description class
DumpFile
Actor that just dumps any input token into a separate line of the specified output file.class
Socket
Just outputs the data to the specified socket.
Any incoming data that isn't a byte array gets converted to a string and its bytes (using the specified encoding) are then transmitted.
See also:
adams.flow.source.Socket
Input/output:
- accepts:
java.lang.Object
byte[]
java.lang.Byte[]
-
Uses of EncodingSupporter in adams.flow.sink.sendnotification
Classes in adams.flow.sink.sendnotification that implement EncodingSupporter Modifier and Type Class Description class
LogFile
Outputs the message to a log file. -
Uses of EncodingSupporter in adams.flow.source
Classes in adams.flow.source that implement EncodingSupporter Modifier and Type Class Description class
Socket
Listens on the specified port for incoming data.
Can either output raw byte arrays or strings (using the specified encoding).
See also:
adams.flow.sink.Socket
Input/output:
- generates:
byte[]
-
Uses of EncodingSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement EncodingSupporter Modifier and Type Class Description class
HttpRequest
Sends the incoming text/bytes payload to the specified URL (with optional HTTP headers) and forwards the retrieved HTML as text.class
PythonExpandScript
Loads the Python script received as input, expands any variables and placeholders, saves it to the specified output file and forwards the output file name. -
Uses of EncodingSupporter in weka.core.converters
Classes in weka.core.converters that implement EncodingSupporter Modifier and Type Class Description class
SimpleArffLoader
A simple ARFF loader, only supports batch loading.class
SimpleArffSaver
Writes the Instances to an ARFF file in batch mode.
-