ErlOutputStream Capacity Property NFX Class Library

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

Get the current capacity of the stream. As bytes are added the capacity of the stream is increased automatically, however this method returns the current size

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

public int Capacity { get; }

Property Value

Type: OnlineInt32
See Also