Reads data frames from a data stream in stata® format.
SystemObject Extreme.DataDataStream Extreme.Data.StataStataStream
Namespace:
Extreme.Data.Stata
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public class StataStream : DataStream
Public Class StataStream
Inherits DataStream
public ref class StataStream : public DataStream
type StataStream =
class
inherit DataStream
end
The StataStream type exposes the following members.
Top
| Name | Description |
---|
 | Dispose |
Releases unmanaged resources.
(Inherited from DataStream.) |
 | Dispose(Boolean) |
Releases resources.
(Overrides DataStreamDispose(Boolean).) |
 | 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.) |
 | Flush |
Causes any buffered data to be written to the underlying data store.
(Overrides DataStreamFlush.) |
 | 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.) |
 | ReadDataFrameR(Int32, Boolean) |
Reads a data frame from the file.
(Inherited from DataStream.) |
 | ReadDataFrameR(String, Boolean) |
Reads a data frame from the file.
(Inherited from DataStream.) |
 | ReadDataFrameR, C |
Reads the data frame at the current position in the file.
(Overrides DataStreamReadDataFrameR, C.) |
 | ReadDataFrameR, C(C, Boolean) |
Reads a data frame from the file.
(Inherited from DataStream.) |
 | ReadMatrixT |
Reads the two-dimensional array at the current position in the file.
(Overrides DataStreamReadMatrixT(Boolean).) |
 | ReadVectorT |
Reads the one-dimensional array at the current position in the file.
(Overrides DataStreamReadVectorT(Boolean).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | WriteT(MatrixT) |
Writes the two-dimensional array at the current position in the file.
(Inherited from DataStream.) |
 | WriteT(MatrixT) |
Writes the two-dimensional array at the current position in the file.
(Overrides DataStreamWriteT(MatrixT).) |
 | WriteT(VectorT) |
Writes the one-dimensional array at the current position in the file.
(Inherited from DataStream.) |
 | WriteT(VectorT) |
Writes the one-dimensional array at the current position in the file.
(Overrides DataStreamWriteT(VectorT).) |
 | WriteR, C(DataFrameR, C) |
Writes the data frame at the current position in the file.
(Inherited from DataStream.) |
 | WriteR, C(DataFrameR, C) |
Writes the data frame at the current position in the file.
(Overrides DataStreamWriteR, C(DataFrameR, C).) |
Top
Reference