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 classAbstractFileSearchHandlerWithEncodingAncestor for file search handlers that use file encodings.classAbstractMetaFileSearchHandlerWithEncodingAncestor for file search handlers that use file encodings.classBzip2FileSearchHandlerSearches bzip2-compressed (text) files.classGzipFileSearchHandlerSearches gzip-compressed (text) files.classLzfFileSearchHandlerSearches lzf-compressed (text) files.classLzmaFileSearchHandlerSearches lzma-compressed (text) files.classRarFileSearchHandlerSearches rar-compressed (text) files.classTextFileSearchHandlerSearches text files, skips binary files.classXzFileSearchHandlerSearches xz-compressed (text) files.classZipFileSearchHandlerSearches zip-compressed (text) files.classZstdFileSearchHandlerSearches 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 classLastLineMatchesReads 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 classCompactFlowConsumerReads nested, compact actor flow format.classCompactFlowProducerGenerates nested, compact actor flow format.classDebugNestedProducerNested producer that outputs format useful for debugging purposes.classNestedConsumerParses a nested ArrayList of options.classNestedProducerGenerates the nested format. -
Uses of EncodingSupporter in adams.data.conversion
Classes in adams.data.conversion that implement EncodingSupporter Modifier and Type Class Description classByteArrayToStringTurns a byte array into a String.classStringArrayToURLParametersTurns a string array into parameters of a URL, e.g., '?classStringToByteArrayConverts a string into a byte array.classURLDecodeDecodes the URL encoded string back to a regular string (uses java.net.URLDecoder).classURLEncodeEncodes the string to make it usable within a URL (uses java.net.URLEncoder).classURLParametersToStringArrayTurns URL parameters like '...? -
Uses of EncodingSupporter in adams.data.io.input
Classes in adams.data.io.input that implement EncodingSupporter Modifier and Type Class Description classAbstractExcelSpreadSheetReader<T extends Range>Ancestor for special Excel readers.classAbstractMultiSheetSpreadSheetReader<T extends Range>Ancestor for spreadsheet readers that can read multiple sheets from a document in one go.classAbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range>Ancestor for spreadsheet readers that allow the specification of a custom missing value string.classAbstractSpreadSheetReaderAncestor for classes that can read spreadsheets.classAbstractSpreadSheetReaderWithMissingValueSupportAncestor for spreadsheet readers that allow the specification of a custom missing value string.classAbstractWekaSpreadSheetReaderAncestor for WEKA file format readers.classAccessSpreadSheetReaderAllows the reading of MS Access databases.classArffSpreadSheetReaderReads WEKA datasets in ARFF format and turns them into spreadsheets.classAutoWidthTabularSpreadSheetReaderReads simple tabular text files, using column widths as defined by the header row.classCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classDefaultFlowReaderReads flows in the default format (nested).classExcelSpreadSheetReaderReads MS Excel files (using DOM).classExcelStreamingSpreadSheetReaderReads large MS Excel XML files (using streaming via SAX).
Increasing the debug level to more than 1 results in outputting detailed information on cells.classFastCsvSpreadSheetReaderSimplified CSV spreadsheet reader for loading large files.classFixedTabularSpreadSheetReaderReads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.classGnumericSpreadSheetReaderReads Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.classJSONSpreadSheetReaderReads WEKA datasets in JSON format and turns them into spreadsheets.classLibSVMSpreadSheetReaderReads WEKA datasets in LibSVM format and turns them into spreadsheets.classMat5SpreadSheetReaderReads Matlab .mat files (format 5)
classMatlabSpreadSheetReaderReads WEKA datasets in ARFF format and turns them into spreadsheets.classNestedAdamsExperimentReaderReads ADAMS Experiments in nested format.classNestedCommandlineReaderLoads objects using the commandline store in the file (nested format).classODFSpreadSheetReaderReads ODF (Open Document Format) spreadsheet files.
If a row contains only empty cells, this is interpreted as the end of the sheet.classPNGSpreadSheetReaderReads PNGs as spreadsheet, e.g., for reading indexed PNGs.classPropertiesSpreadSheetReaderTurns Java properties files into spreadsheets with two columns: Key and Value.classSimpleArffSpreadSheetReaderSimple reader for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.classSimpleCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classSimpleStreamSpreadSheetReaderReads 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.classSqlDumpSpreadSheetReaderReads in SQL dump files.classSVMLightSpreadSheetReaderReads WEKA datasets in ARFF format and turns them into spreadsheets.classTsvSpreadSheetReaderReads TSV (tab-separated values) files.
It is possible to force columns to be text.classXrffSpreadSheetReaderReads 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 classAbstractFormattedSpreadSheetWriterAncestor for writers that format the numbers.classAbstractMultiSheetFormattedSpreadSheetWriterAncestor for writers that format the numbers.classAbstractMultiSheetSpreadSheetWriterAncestor for spreadsheet writers that can write multiple sheets into a single document.classAbstractMultiSheetSpreadSheetWriterWithMissingValueSupportAncestor for spreadsheet writers that support missing values.classAbstractSpreadSheetWriterAncestor for classes that can write spreadsheet objects.classAbstractSpreadSheetWriterWithMissingValueSupportAncestor for spreadsheet writers that support a custom missing value string.classAbstractTextWriterWithEncodingAncestor of text writers that use an encoding.classAbstractTextWriterWithFilenameGeneratorAncestor for text writers that use anAbstractFilenameGeneratorto generate their filename.classAbstractWekaSpreadSheetWriterAncestor for WEKA file format readers.classAccessSpreadSheetWriterWrites spreadsheet data to a MS Access database.classArffSpreadSheetWriterWrites a spreadsheet in ARFF file format.classAutoWidthTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.classCsvSpreadSheetWriterWrites CSV files.classDefaultFlowWriterWrites flows in the default format (nested).classExcelSpreadSheetWriterWrites MS Excel files.classExcelStreamingSpreadSheetWriterWrites OOXML MS Excel files in streaming mode (more memory efficient).classFixedTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.classGnumericSpreadSheetWriterWrites Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.classJSONSpreadSheetWriterWrites a spreadsheet in JSON file format.classLibSVMSpreadSheetWriterWrites a spreadsheet in LibSVM file format.classMat5SpreadSheetWriterWrites Matlab .mat files (format 5)
classMatlabSpreadSheetWriterWrites a spreadsheet in ARFF file format.classODFSpreadSheetWriterWrites ODF (Open Document Format) spreadsheet files.classPropertiesSpreadSheetWriterOutputs two columns (key and value) from a spreadsheet as Java properties file.classSimpleArffSpreadSheetWriterSimple writer for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.classSimpleStreamSpreadSheetWriterSimple 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.classSqlDumpSpreadSheetWriterGenerates an SQL dump from the spreadsheet, which can be imported into a database.classSVMLightSpreadSheetWriterWrites a spreadsheet in SVMLight file format.classTextFileWithLineNumbersWriterWrites the content to a text file, preceding each line with its line number.classTextFileWriterWrites the content to a text file.classTsvSpreadSheetWriterWrites TSV (tab-separated values) files,
classXrffSpreadSheetWriterWrites 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 classAbstractFileBasedListingOutputWithEncodingAncestor for output schemes that support file encodings.classHtmlOutputOutputs the listing in HTML to the specified file.classMarkdownOutputOutputs the listing in Markdown to the specified file.classOptionOutputCreates 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 classDumpFileActor that just dumps any input token into a separate line of the specified output file.classSocketJust 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 classLogFileOutputs 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 classSocketListens 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 classHttpRequestSends the incoming text/bytes payload to the specified URL (with optional HTTP headers) and forwards the retrieved HTML as text.classPythonExpandScriptLoads 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 classSimpleArffLoaderA simple ARFF loader, only supports batch loading.classSimpleArffSaverWrites the Instances to an ARFF file in batch mode.
-