CubeFileWriter Class

NReco.PivotData Class Library Documentation
Implements writer component that saves PivotData (both configuration and aggregated values) into pair of two files (.cfg and .dat)
Inheritance Hierarchy

SystemObject
  NReco.PivotData.OutputCubeFileWriter

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class CubeFileWriter

The CubeFileWriter type exposes the following members.

Constructors

  NameDescription
Public methodCubeFileWriter(String)
Initializes new CubeFileWriter instance with specified file name
Public methodCubeFileWriter(String, IFileSystem)
Initializes a new instance of the CubeFileWriter with specified file name and IFileSystem instance
Top
Properties

  NameDescription
Public propertyBufferSize
Gets or sets read buffer size (64kb by default).
Public propertyFileName
Get cube file name for this writer.
Public propertyFileSystem
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWrite
Writes specified IPivotData data and configuration into the pair of two files (.cfg and .dat)
Top
See Also

Reference