WriteOptions.allow64bit

Set allow64bit property.

  1. bool allow64bit [@property getter]
  2. bool allow64bit [@property setter]
    class WriteOptions
    @property
    void
    allow64bit
    (
    bool propval
    )

Parameters

propval bool

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.