Module datarush.library
Package com.pervasive.datarush.operators.io
package com.pervasive.datarush.operators.io
Provides base file I/O components including encoders and decoders.
-
ClassDescriptionA generic reader of byte data representing a stream of records.Skeleton implementation of a formatter for writing records to a sink.A generic writer of byte data representing a stream of records.A data source identified by a
Path.A data source identified by aPath.An abstract sink for bytes.An abstract source of bytes.A data source which concatenates multiple sources.Describes the record format of external data, such as in a file.A formatter for converting record data to binary or text format.A parser for record data in binary or text format.The metadata associated with physical data files.A collection of parameters for configuring parsing.A data source representing the concatenation of all files matching a pattern.Describes the possible actions for handling record parsing errors.A collection of parameters for configuring parsing.Reads a data source as a stream of records.An object representing the context of a data split parsing operation.Indicates a parsing error on a data split.Specifies the behavior for handling data sources which are unreadable.Writes a stream of records to a data sink.