[]
Returns the number of bytes remaining available in the bit stream. This is the maximum allowed number of bytes minus the number of bytes that have already been written to the bit stream. If more bytes have been written to the bit stream than the maximum number of allowed bytes, then a negative value is returned.
public override int MaxAvailableBytes { get; }
Type | Description |
---|---|
int | The number of bytes remaining available in the bit stream. |