Package | Description |
---|---|
com.pervasive.datarush.io |
Provides classes and interfaces performing file-like I/O operations.
|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Method and Description |
---|---|
void |
CharsetEncoding.set(CharsetEncoding source)
Copy the settings from the given character set specification
|
Constructor and Description |
---|
CharsetEncoding(CharsetEncoding source)
Creates a container initialized using the given character set specification.
|
SplitReader(SplitInputStream in,
CharsetEncoding charset)
Creates a new reader on the specified stream, using the given
encoding properties.
|
SplitReader(SplitInputStream in,
CharsetEncoding charset,
int buffer)
Creates a new reader on the specified stream, using the given
encoding properties.
|
SplitReader(SplitInputStream in,
CharsetEncoding charset,
int buffer,
String syncMarker,
boolean doInitialSync)
Creates a new reader on the specified stream, using the given
encoding properties and synchronization marker.
|
SplitReader(SplitInputStream in,
CharsetEncoding charset,
String syncMarker,
boolean doInitialSync)
Creates a new reader on the specified stream, using the given
encoding properties and synchronization marker.
|
Modifier and Type | Field and Description |
---|---|
protected CharsetEncoding |
AbstractTextWriter.encodingProps
Container for character encoding related attributes
|
protected CharsetEncoding |
AbstractTextReader.encodingProps
Container for character encoding related attributes
|
Modifier and Type | Method and Description |
---|---|
CharsetEncoding |
AbstractTextWriter.getEncoding()
Get the character set encoding properties.
|
CharsetEncoding |
AbstractTextReader.getEncoding()
Get the character set encoding properties.
|
Modifier and Type | Method and Description |
---|---|
JsonTextAnalyzer.JsonAnalysis |
JsonTextAnalyzer.analyze(Path file,
CharsetEncoding charsetSpec)
Analyzes the specified JSON file based on current configuration.
|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(Path file,
CharsetEncoding encoding)
Analyze the specified file expecting the described character set encoding.
|
DelimitedTextAnalyzer.Analysis |
DelimitedTextAnalyzer.analyze(Path file,
CharsetEncoding charsetSpec)
Analyzes the specified file based on current configuration.
|
ARFFAnalyzer.Analysis |
ARFFAnalyzer.analyze(Path file,
CharsetEncoding encoding)
Analyze the specified ARFF file expecting the described character set encoding.
|
JsonTextAnalyzer.JsonAnalysis |
JsonTextAnalyzer.analyze(Path file,
CharsetEncoding charsetSpec,
FileClient client)
Analyzes the specified JSON file based on current configuration.
|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(Path file,
CharsetEncoding encoding,
FileClient client)
Analyze the specified file expecting the described character set encoding.
|
DelimitedTextAnalyzer.Analysis |
DelimitedTextAnalyzer.analyze(Path file,
CharsetEncoding charsetSpec,
FileClient client)
Analyzes the specified file based on current configuration.
|
ARFFAnalyzer.Analysis |
ARFFAnalyzer.analyze(Path file,
CharsetEncoding encoding,
FileClient client)
Analyze the specified ARFF file expecting the described character set encoding.
|
JsonTextAnalyzer.JsonAnalysis |
JsonTextAnalyzer.analyze(String file,
CharsetEncoding charsetSpec)
Analyzes the specified JSON file based on current configuration.
|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(String file,
CharsetEncoding encoding)
Analyze the specified file expecting the described character set encoding.
|
DelimitedTextAnalyzer.Analysis |
DelimitedTextAnalyzer.analyze(String file,
CharsetEncoding charsetSpec)
Analyzes the specified file based on current configuration.
|
ARFFAnalyzer.Analysis |
ARFFAnalyzer.analyze(String file,
CharsetEncoding encoding)
Analyze the specified ARFF file expecting the described character set encoding.
|
DataFormat.DataParser |
SyslogLogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
DataFormat.DataParser |
LogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
DataFormat.DataParser |
Log4jLogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
DataFormat.DataParser |
GlassfishLogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
DataFormat.DataParser |
GenericLogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
DataFormat.DataParser |
ELFLogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
DataFormat.DataParser |
CombinedLogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
DataFormat.DataParser |
CLFLogFormat.createParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline) |
void |
AbstractTextWriter.setEncoding(CharsetEncoding settings)
Set the properties that control character
set encoding.
|
void |
AbstractTextReader.setEncoding(CharsetEncoding settings)
Set the properties that control character
set encoding.
|
Constructor and Description |
---|
ARFFDataFormat(ARFFMode mode,
TextRecord schema,
CharsetEncoding encoding,
char fieldDelimiter)
Create an ARFF data format for reading an ARFF file.
|
ARFFDataFormat(ARFFMode mode,
TextRecord schema,
CharsetEncoding encoding,
String recordSeparator,
char fieldDelimiter,
String relationName,
List<String> comments)
Create an ARFF data format for writing to an ARFF file.
|
DelimitedTextFormat(RecordTextSchema<?> schema,
FieldDelimiterSettings delimiters,
CharsetEncoding encoding)
Create a data format for accessing delimited text data.
|
DelimitedTextFormat(RecordTextSchema<?> schema,
FieldDelimiterSettings delimiters,
CharsetEncoding encoding,
FileMetadata metadata)
Create a data format for accessing delimited text data.
|
DelimitedTextFormat(RecordTextSchema<?> schema,
FieldDelimiterSettings delimiters,
CharsetEncoding encoding,
FileMetadata metadata,
boolean hasHeader,
String lineComment,
int skipCount)
Create a data format for accessing delimited text data.
|
FixedTextFormat(FixedWidthTextRecord schema,
String recordSeparator,
CharsetEncoding encoding)
Create a data format for accessing fixed text data.
|
FixedTextFormat(FixedWidthTextRecord schema,
String recordSeparator,
CharsetEncoding encoding,
String lineComment)
Create a data format for accessing fixed text data.
|
JSONFormat(RecordTextSchema<?> schema,
boolean[] arguments,
CharsetEncoding charsetEncoding) |
JSONFormat(RecordTextSchema<?> schema,
boolean[] arguments,
CharsetEncoding charsetEncoding,
boolean multiline) |
JSONFormat(RecordTextSchema<?> schema,
boolean allowComments,
boolean allowUnquotedFieldNames,
boolean allowSingleQuotes,
boolean allowUnquotedControlChars,
boolean allowBackslashEscapingAny,
boolean allowNumericLeadingZeros,
boolean allowNonNumericNumbers,
CharsetEncoding charsetEncoding,
boolean multilineFormat) |
RegexParser(ParsingOptions options,
CharsetEncoding charEncoding,
String newline,
Pattern pattern,
Pattern startPattern) |
Copyright © 2020 Actian Corporation. All rights reserved.