Provides static methods for reading and writing
files in fixed width text format.
| Name | Description |
---|
 | 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.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
  | Open(Stream, FixedWidthTextOptions) |
Opens a data stream in fixed width format for reading.
|
  | Open(Stream, Int32) |
Opens a data stream in fixed width format for reading.
|
  | Open(String, FixedWidthTextOptions) |
Opens a data file in fixed width format for reading.
|
  | Open(String, Int32) |
Opens a data file in fixed width format for reading.
|
  | ReadComplexMatrixT(Stream, FixedWidthTextOptions) |
Reads a complex matrix from a stream in fixed-width text format.
|
  | ReadComplexMatrixT(Stream, Int32) |
Reads a complex matrix from a stream in fixed-width text format.
|
  | ReadComplexMatrixT(String, FixedWidthTextOptions) |
Reads a complex matrix from a file in fixed-width text format.
|
  | ReadComplexMatrixT(String, Int32) |
Reads a complex matrix from a file in fixed-width text format.
|
  | ReadComplexVectorT(Stream, FixedWidthTextOptions) |
Reads a complex vector from a stream in fixed-width text format.
|
  | ReadComplexVectorT(Stream, Int32) |
Reads a complex vector from a stream in fixed-width text format.
|
  | ReadComplexVectorT(String, FixedWidthTextOptions) |
Reads a complex vector from a file in fixed-width text format.
|
  | ReadComplexVectorT(String, Int32) |
Reads a complex vector from a file in fixed-width text format.
|
  | ReadDataFrame(Stream, FixedWidthTextOptions) |
Reads a data frame from a stream in fixed-width text format.
|
  | ReadDataFrame(Stream, Int32) |
Reads a data frame from a stream in fixed-width text format.
|
  | ReadDataFrame(String, FixedWidthTextOptions) |
Reads a data frame from a file in fixed-width text format.
|
  | ReadDataFrame(String, Int32) |
Reads a data frame from a file in fixed-width text format.
|
  | ReadDataFrameR(Stream, FixedWidthTextOptions, String, Boolean) |
Reads a data frame from a stream in fixed-width text format.
|
  | ReadDataFrameR(Stream, Int32, String, Boolean) |
Reads a data frame from a stream in fixed-width text format.
|
  | ReadDataFrameR(String, FixedWidthTextOptions, String, Boolean) |
Reads a data frame from a file in fixed-width text format.
|
  | ReadDataFrameR(String, Int32, String, Boolean) |
Reads a data frame from a file in fixed-width text format.
|
  | ReadDataFrameR, C(Stream, FixedWidthTextOptions) |
Reads a data frame from a stream in fixed-width text format.
|
  | ReadDataFrameR, C(Stream, Int32) |
Reads a data frame from a stream in fixed-width text format.
|
  | ReadDataFrameR, C(String, FixedWidthTextOptions) |
Reads a data frame from a file in fixed-width text format.
|
  | ReadDataFrameR, C(String, Int32) |
Reads a data frame from a file in fixed-width text format.
|
  | ReadMatrixT(Stream, FixedWidthTextOptions) |
Reads a matrix from a stream in fixed-width text format.
|
  | ReadMatrixT(Stream, Int32) |
Reads a matrix from a stream in fixed-width text format.
|
  | ReadMatrixT(String, FixedWidthTextOptions) |
Reads a matrix from a file in fixed-width text format.
|
  | ReadMatrixT(String, Int32) |
Reads a matrix from a file in fixed-width text format.
|
  | ReadVectorT(Stream, FixedWidthTextOptions) |
Reads a vector from a stream in fixed-width text format.
|
  | ReadVectorT(Stream, Int32) |
Reads a vector from a stream in fixed-width text format.
|
  | ReadVectorT(String, FixedWidthTextOptions) |
Reads a vector from a file in fixed-width text format.
|
  | ReadVectorT(String, Int32) |
Reads a vector from a file in fixed-width text format.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |