Click or drag to resize

AsciiImporterToArrays Class

Central class for import of ascii data.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiAsciiImporterToArrays

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class AsciiImporterToArrays

The AsciiImporterToArrays type exposes the following members.

Constructors
 NameDescription
Public methodAsciiImporterToArraysInitializes a new instance of the AsciiImporterToArrays class
Top
Properties
 NameDescription
Public propertyColumnNames Gets the names of the imported columns.
Public propertyColumnProperties Gets the imported column property columns.
Public propertyDataColumns Gets the imported data columns.
Public propertyNotes Gets the notes created during import.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodFindUniqueColumnName Get a unique column name based on a provided string.
Protected methodFindUniqueColumnNameWithBase Get a unique column name based on a provided string. If a column with the name of the provided string already exists, a new name is created by appending a dot and then A-ZZ.
Protected methodFindUniqueColumnNameWithoutBase Get a unique column name based on regular naming from A to ZZ.
Public methodStatic memberGetAsciiInputFileStream Helper function. Gets an FileStream by providing a file name. The stream is opened with read access and with the FileShare.Read flag.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetNextColumnName Calculates a new column name dependend on the last name. You have to check whether the returned name is already in use by yourself.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImportFromAsciiFile(String) Imports from an ASCII file into an existing table.
Public methodImportFromAsciiFile(String, AsciiImportOptions) Imports from an ASCII file into an existing table. The import options have to be known already.
Public methodImportFromAsciiFile(String, AsciiImportOptions) Imports from an ASCII file into an existing table.
Public methodImportFromAsciiStream(Stream, String) Imports Ascii data from a stream into the data table.
Public methodImportFromAsciiStream(Stream, String, AsciiImportOptions) Imports an Ascii stream into a table. The import options have to be known already.
Public methodImportFromAsciiStream(Stream, String, AsciiImportOptions) Imports Ascii data from a stream into the data table.
Public methodImportFromAsciiText(String) Imports from an ASCII text provided as string into an existing table.
Public methodImportFromAsciiText(String, AsciiImportOptions) Imports from an ASCII text provided as string into an existing table. The import options have to be known already.
Public methodImportFromAsciiText(String, AsciiImportOptions) Imports from an ASCII text provided as string into an existing table.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberFileUrlStartPrepend this string to a file name in order to designate the stream origin as file name origin.
Top
See Also