Inheritance diagram for BufferBase:
Public Member Functions | |
__init__ () | |
length () | |
Get the buffer length. | |
write (value) | |
Write data into the buffer. | |
read (value) | |
Read data from the buffer. | |
isFull () | |
True if the buffer is full, else false. | |
isEmpty () | |
True if the buffer is empty, else false. | |
put (data) | |
Write data into the buffer. | |
get () | |
Get data from the buffer. | |
getRef () | |
Get the buffer's reference to be written the next. |
|
|
|
Get data from the buffer.
Reimplemented in NullBuffer. |
|
Get the buffer's reference to be written the next.
Reimplemented in NullBuffer. |
|
True if the buffer is empty, else false.
Reimplemented in NullBuffer. |
|
True if the buffer is full, else false.
Reimplemented in NullBuffer. |
|
Get the buffer length.
Reimplemented in NullBuffer. |
|
Write data into the buffer.
Reimplemented in NullBuffer. |
|
Read data from the buffer.
Reimplemented in NullBuffer. |
|
Write data into the buffer.
Reimplemented in NullBuffer. |