WriteOptions.allow64bit

bool allow64bit() @property

Get allow64bit property.

Returns

Whether to allow field lengths that don't fit in a signed 32-bit

int. Some implementations may not be able to parse such streams.

void allow64bit(bool propval) @property

Set allow64bit property.

Parameters

propvalWhether to allow field lengths that don't fit in a signed 32-bit int. Some implementations may not be able to parse such streams.