Click or drag to resize
ReadBuffer Properties

The ReadBuffer type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets the number of bytes the buffer can contain.
(Inherited from Buffer.)
Public propertyCount
Gets the number of bytes actually contained in the buffer.
Public propertyIndex
Gets or sets the current index into the buffer.
Public propertyItem
Gets or sets the byte in the buffer at index.
(Inherited from Buffer.)
Public propertyPosition
Gets the current position within the stream.
Top
See Also