Public Member Functions | |
| CircularBuffer (int capacity) | |
| int | Put (byte[] source, int offset, int count) |
| bool | Put (byte b) |
| int | Get (byte[] destination, int offset, int count) |
| int | Get () |
Properties | |
| int | Size |
Private Attributes | |
| int | _capacity |
| int | _head |
| int | _tail |
| int | _size |
| byte[] | _buffer |
Definition at line 17 of file CircularBuffer.cs.
|
|
Definition at line 27 of file CircularBuffer.cs. References _buffer, _capacity, _head, _size, _tail, and Debug. |
|
|
Definition at line 72 of file CircularBuffer.cs. References _buffer, _capacity, _head, _size, int(), result, and Size. |
|
||||||||||||||||
|
Definition at line 61 of file CircularBuffer.cs. |
|
|
Definition at line 51 of file CircularBuffer.cs. |
|
||||||||||||||||
|
Definition at line 39 of file CircularBuffer.cs. References _buffer, _capacity, _size, _tail, Debug, i, and Size. |
|
|
Definition at line 24 of file CircularBuffer.cs. Referenced by CircularBuffer(), Get(), and Put(). |
|
|
Definition at line 20 of file CircularBuffer.cs. Referenced by CircularBuffer(), Get(), and Put(). |
|
|
Definition at line 21 of file CircularBuffer.cs. Referenced by CircularBuffer(), and Get(). |
|
|
Definition at line 23 of file CircularBuffer.cs. Referenced by CircularBuffer(), Get(), and Put(). |
|
|
Definition at line 22 of file CircularBuffer.cs. Referenced by CircularBuffer(), and Put(). |
|
|
Definition at line 37 of file CircularBuffer.cs. |
1.4.6