Class Summary |
BlockAggregator |
This activity aggregates sequences of blocks together to form larger blocks. |
BytesToTempFile |
This activity takes an stream of byte arrays and writes them to a temporary file on the server. |
Constants |
Contains the constants used within this package. |
CSVProjection |
This is activty performs a projection of CSV values based on a column index. |
FrequencyDistributor |
This activity distributes a sequence of numeric values into spaces that are defined by a sequence of numeric values. |
GZIPChecksum |
An enumerated type representing a GZIP checksum type - Adler or CRC. |
GZIPCompression |
This activity archives data from other activities producing a GZIP archive and also metadata about the compression. |
GZIPDecompression |
This activity decompresses data from another activity that produces a GZIP archive. |
RandomSample |
This activity performs random sampling of a sequence of values it receives as input and delivers these as output. |
StringTokenizerActivity |
This activity separates string blocks it receives into smaller blocks based upon a set of delimiters. |
WebRowSetProjection |
This activity projects data in WebRowSet XML format onto a column specified by name or index. |
XSLTransform |
This activity performs an XSL transformation on the data output by another activity. |
ZIPArchive |
This activity archives data from other activities producing a ZIP archive and also metadata about the compression. |
ZIPChecksum |
An enumerated type representing a ZIP checksum type - Adler or CRC. |
Contains the client toolkit activity classes for various data transformation activities.