FixedWidthTextFile Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ReadComplexMatrix<T>(Stream, FixedWidthTextOptions) Reads a complex matrix from a stream in fixed-width text format.
ReadComplexMatrix<T>(Stream, Int32[]) Reads a complex matrix from a stream in fixed-width text format.
ReadComplexMatrix<T>(String, FixedWidthTextOptions) Reads a complex matrix from a file in fixed-width text format.
ReadComplexMatrix<T>(String, Int32[]) Reads a complex matrix from a file in fixed-width text format.
ReadComplexVector<T>(Stream, FixedWidthTextOptions) Reads a complex vector from a stream in fixed-width text format.
ReadComplexVector<T>(Stream, Int32[]) Reads a complex vector from a stream in fixed-width text format.
ReadComplexVector<T>(String, FixedWidthTextOptions) Reads a complex vector from a file in fixed-width text format.
ReadComplexVector<T>(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.
ReadDataFrame<R>(Stream, FixedWidthTextOptions, String, Boolean) Reads a data frame from a stream in fixed-width text format.
ReadDataFrame<R>(Stream, Int32[], String, Boolean) Reads a data frame from a stream in fixed-width text format.
ReadDataFrame<R>(String, FixedWidthTextOptions, String, Boolean) Reads a data frame from a file in fixed-width text format.
ReadDataFrame<R>(String, Int32[], String, Boolean) Reads a data frame from a file in fixed-width text format.
ReadDataFrame<R, C>(Stream, FixedWidthTextOptions) Reads a data frame from a stream in fixed-width text format.
ReadDataFrame<R, C>(Stream, Int32[]) Reads a data frame from a stream in fixed-width text format.
ReadDataFrame<R, C>(String, FixedWidthTextOptions) Reads a data frame from a file in fixed-width text format.
ReadDataFrame<R, C>(String, Int32[]) Reads a data frame from a file in fixed-width text format.
ReadMatrix<T>(Stream, FixedWidthTextOptions) Reads a matrix from a stream in fixed-width text format.
ReadMatrix<T>(Stream, Int32[]) Reads a matrix from a stream in fixed-width text format.
ReadMatrix<T>(String, FixedWidthTextOptions) Reads a matrix from a file in fixed-width text format.
ReadMatrix<T>(String, Int32[]) Reads a matrix from a file in fixed-width text format.
ReadVector<T>(Stream, FixedWidthTextOptions) Reads a vector from a stream in fixed-width text format.
ReadVector<T>(Stream, Int32[]) Reads a vector from a stream in fixed-width text format.
ReadVector<T>(String, FixedWidthTextOptions) Reads a vector from a file in fixed-width text format.
ReadVector<T>(String, Int32[]) Reads a vector from a file in fixed-width text format.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also