CircularBuffer Class |
Namespace: FM.IceLink
The CircularBuffer type exposes the following members.
Name | Description | |
---|---|---|
CircularBuffer(Int32, Int32) |
Initializes a new instance of the CircularBuffer class.
| |
CircularBuffer(Int32, Int32, Boolean) |
Initializes a new instance of the CircularBuffer class.
|
Name | Description | |
---|---|---|
Available |
Gets the number of bytes available for reading.
| |
Latency |
Gets the latency.
| |
Length |
Gets the length.
| |
LittleEndian |
Gets or sets whether the data is little-endian.
| |
ReadOffset |
Gets the read offset.
| |
WriteOffset |
Gets the read offset.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read |
Reads data from the buffer.
| |
ToString | (Inherited from Object.) | |
Write |
Writes data to the buffer.
|