docs: ctor promoted property defaults
[awesomized/ext-ion] / docs / v0.0 / ion / Writer / Options.html
index 318bbaccfee6d950aad98241c54bbcc2453573a1..bb1aa10abf00921b3e01baa33c8f1a7476228fbe 100644 (file)
 <p>None.</p>
 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
 <ul>
-<li>public ?ion\Catalog $catalog<br />
+<li>public ?ion\Catalog $catalog = NULL<br />
 ION catalog to use for symbol lookup.</li>
-<li>public ?ion\Decimal\Context $decimalContext<br />
+<li>public ?ion\Decimal\Context $decimalContext = NULL<br />
 Decimal context to use.</li>
-<li>public bool $outputBinary<br />
+<li>public bool $outputBinary = false<br />
 Whether to output binary ION.</li>
-<li>public bool $compactFloats<br />
+<li>public bool $compactFloats = false<br />
 Whether to write doubles which fit in 32 bits as floats.</li>
-<li>public bool $escapeNonAscii<br />
+<li>public bool $escapeNonAscii = false<br />
 Whether to slash-escape all non ASCII bytes.</li>
-<li>public bool $prettyPrint<br />
+<li>public bool $prettyPrint = false<br />
 Whether to produce pretty-printed output.</li>
-<li>public bool $indentTabs<br />
+<li>public bool $indentTabs = true<br />
 Whether to indent with tabs, when pretty-printing.</li>
-<li>public int $indentSize<br />
+<li>public int $indentSize = 2<br />
 The number of spaces to use for indentation instead of tabs, when pretty-printing.</li>
-<li>public bool $flushEveryValue<br />
+<li>public bool $flushEveryValue = false<br />
 Whether to immediately flush every value written.</li>
-<li>public int $maxContainerDepth<br />
+<li>public int $maxContainerDepth = 10<br />
 Maximum depth of nested containers.</li>
-<li>public int $maxAnnotations<br />
+<li>public int $maxAnnotations = 10<br />
 The maximum number of annotations allowed on a single value.</li>
-<li>public int $tempBufferSize<br />
+<li>public int $tempBufferSize = 16384<br />
 Temporary buffer size.</li>
 </ul>