Fixed Width Text File Class
Provides static methods for reading and writing
files in fixed width text format.
Definition
Namespace: Extreme.Data.Text
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public class FixedWidthTextFile
- Inheritance
- Object → FixedWidthTextFile
Constructors
Fixed | Initializes a new instance of the FixedWidthTextFile class |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Open( | Opens a data stream in fixed width format for reading. |
Open( | Opens a data stream in fixed width format for reading. |
Open( | Opens a data file in fixed width format for reading. |
Open( | Opens a data file in fixed width format for reading. |
Read | Reads a complex matrix from a stream in fixed-width text format. |
Read | Reads a complex matrix from a stream in fixed-width text format. |
Read | Reads a complex matrix from a file in fixed-width text format. |
Read | Reads a complex matrix from a file in fixed-width text format. |
Read | Reads a complex vector from a stream in fixed-width text format. |
Read | Reads a complex vector from a stream in fixed-width text format. |
Read | Reads a complex vector from a file in fixed-width text format. |
Read | Reads a complex vector from a file in fixed-width text format. |
Read | Reads a data frame from a stream in fixed-width text format. |
Read | Reads a data frame from a stream in fixed-width text format. |
Read | Reads a data frame from a file in fixed-width text format. |
Read | Reads a data frame from a file in fixed-width text format. |
Read | Reads a data frame from a stream in fixed-width text format. |
Read | Reads a data frame from a stream in fixed-width text format. |
Read | Reads a data frame from a file in fixed-width text format. |
Read | Reads a data frame from a file in fixed-width text format. |
Read | Reads a data frame from a stream in fixed-width text format. |
Read | Reads a data frame from a stream in fixed-width text format. |
Read | Reads a data frame from a file in fixed-width text format. |
Read | Reads a data frame from a file in fixed-width text format. |
Read | Reads a matrix from a stream in fixed-width text format. |
Read | Reads a matrix from a stream in fixed-width text format. |
Read | Reads a matrix from a file in fixed-width text format. |
Read | Reads a matrix from a file in fixed-width text format. |
Read | Reads a vector from a stream in fixed-width text format. |
Read | Reads a vector from a stream in fixed-width text format. |
Read | Reads a vector from a file in fixed-width text format. |
Read | Reads a vector from a file in fixed-width text format. |
ToString | Returns a string that represents the current object. (Inherited from Object) |