Implements reader that loads IPivotData from files (pair of .cfg and .dat)
previously created by [!:CubeFileWriter].
Inheritance Hierarchy
NReco.PivotData.Input.CubeFileReader
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The CubeFileReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CubeFileReader(String) |
Initializes new [!:CubeFileWriter] instance with specified file name
|
![]() | CubeFileReader(String, PivotDataFactory) | Initializes a new instance of the CubeFileReader class |
Properties
Name | Description | |
---|---|---|
![]() | BufferSize |
Gets or sets read buffer size (64kb by default).
|
![]() | FileName |
Gets the name of cube file.
|
![]() | FileSystem |
Gets or sets filesystem implementation used for reading file contents.
|
![]() | FixedPivotDataThreshold |
Gets or sets threshold when reader uses FixedPivotData implementation for accessing cube values.
|
![]() | PivotDataFactory |
Gets or sets PivotData factory component.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Read |
Returns new PivotData instance initialized with data from pair of cube files.
|
![]() | ToString | (Inherited from Object.) |
See Also