WriterUpdateCFFStreamBinaryByteCount Method

Updates a Combined File Format (.cff) COMTRADE file stream with a final binary byte count.

Definition

Namespace: Gemstone.COMTRADE
Assembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.141 -- Release Build+78b9295d567a463860b78c894a6e3af01c4ff9b4
public static void UpdateCFFStreamBinaryByteCount(
	Stream stream,
	long byteCount,
	Encoding? encoding = null
)

Parameters

stream  Stream
Destination stream.
byteCount  Int64
Binary byte count.
encoding  Encoding  (Optional)
Target encoding; null value will default to UTF-8 (no BOM).

See Also