ErlOutputStream Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Create a stream containing the serialized Erlang term. Optionally include in the beginning Erlang protocol version byte

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ErlOutputStream(
	IErlObject o = null,
	bool writeVersion = true,
	bool writePktSize = false,
	int capacity = 2048
)
See Also