Click or drag to resize

BufferWriter Properties

The BufferWriter type exposes the following members.

Properties
 NameDescription
Public propertyIsFixed Returns true if this is a fixed size data source.
Public propertyLength Returns the current length of the data.
Public propertyPosition Returns the current position in the data.
Public propertyRemaining Returns the remaining space available. (Always 0 for an expandable buffer.)
Top
See Also