Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
SyncBinary.Options.ForWriter Class Reference

Source file:

Properties

int InitialBufferSize [get, set]
 Initial size of the output buffer when writing data (default: 512). This property is ignored if you provide your own buffer to SyncBinary.NewWriter. More...
 

Property Documentation

int SyncBinary.Options.ForWriter.InitialBufferSize
getset

Initial size of the output buffer when writing data (default: 512). This property is ignored if you provide your own buffer to SyncBinary.NewWriter.