CubeFileReader Class

NReco.PivotData Class Library Documentation
Implements reader that loads IPivotData from files (pair of .cfg and .dat) previously created by [!:CubeFileWriter].
Inheritance Hierarchy

SystemObject
  NReco.PivotData.InputCubeFileReader

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

public class CubeFileReader

The CubeFileReader type exposes the following members.

Constructors

  NameDescription
Public methodCubeFileReader(String)
Initializes new [!:CubeFileWriter] instance with specified file name
Public methodCubeFileReader(String, PivotDataFactory)
Initializes a new instance of the CubeFileReader class
Top
Properties

  NameDescription
Public propertyBufferSize
Gets or sets read buffer size (64kb by default).
Public propertyFileName
Gets the name of cube file.
Public propertyFileSystem
Gets or sets filesystem implementation used for reading file contents.
Public propertyFixedPivotDataThreshold
Gets or sets threshold when reader uses FixedPivotData implementation for accessing cube values.
Public propertyPivotDataFactory
Gets or sets PivotData factory component.
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 methodRead
Returns new PivotData instance initialized with data from pair of cube files.
Public methodToString (Inherited from Object.)
Top
See Also

Reference