Click or drag to resize

FixedColumnWidthWithoutTabSeparationStrategy Class

This strategy assumes that the tokens fill the string at fixed positions in the string and have a fixed length. The starting position of the first token is always zero. The starting positions of each subsequent token (beginning with the second token) has to be provided in the constructor.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiFixedColumnWidthWithoutTabSeparationStrategy

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class FixedColumnWidthWithoutTabSeparationStrategy : IAsciiSeparationStrategy, 
	IImmutable, IEquatable<FixedColumnWidthWithoutTabSeparationStrategy>

The FixedColumnWidthWithoutTabSeparationStrategy type exposes the following members.

Constructors
 NameDescription
Public methodFixedColumnWidthWithoutTabSeparationStrategy Initializes a new instance of the FixedColumnWidthWithoutTabSeparationStrategy class with an empty list of start positions.
Public methodFixedColumnWidthWithoutTabSeparationStrategy(IReadOnlyListInt32) Constructor for this strategy. You must provide the start positions of the tokens. The first token implicitely has position 0.
Top
Properties
 NameDescription
Public propertyStartPositions 
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTokens 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also