Writer Class
COMTRADE data and config file writer.
Namespace: Gemstone.COMTRADEAssembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.150 -- Release Build+cf27d9034cc0efcb23d4abf4b149b6ece9a2e1b7
public static class Writer
Public NotInheritable Class Writer
public ref class Writer abstract sealed
Gemstone.COMTRADE.Writer = function();
Type.createClass(
'Gemstone.COMTRADE.Writer');
- Inheritance
- Object Writer
| CreateCFFStream(Stream, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream.
|
| CreateCFFStream(String, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream.
|
| CreateCFFStreamAscii(Stream, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream targeted for ASCII.
|
| CreateCFFStreamAscii(String, Schema, String, String, Encoding) |
Creates a new Combined File Format (.cff) COMTRADE file stream targeted for ASCII.
|
| CreateSchema |
Creates a new COMTRADE configuration Schema.
|
| UpdateCFFEndSample |
Updates a Combined File Format (.cff) COMTRADE file stream with a final end sample number.
|
| UpdateCFFStreamBinaryByteCount |
Updates a Combined File Format (.cff) COMTRADE file stream with a final binary byte count.
|
| WriteNextRecordAscii(StreamWriter, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in ASCII format.
|
| WriteNextRecordAscii(StreamWriter, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in ASCII format.
|
| WriteNextRecordBinary(Stream, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary format.
|
| WriteNextRecordBinary(Stream, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary format.
|
| WriteNextRecordBinary32(Stream, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary32 format.
|
| WriteNextRecordBinary32(Stream, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in binary32 format.
|
| WriteNextRecordFloat32(Stream, Schema, Ticks, Double, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in float32 format.
|
| WriteNextRecordFloat32(Stream, Schema, Ticks, Double, Boolean, UInt32, Boolean, UInt16) |
Writes next COMTRADE record in float32 format.
|
| CRLF |
Defines a carriage return and line feed constant, i.e., "\r\n".
|
| MaxEndSample |
Defines the maximum COMTRADE end sample number.
|
| MaxFileSize |
Defines the maximum file size for this COMTRADE implementation.
|