Inheritance diagram for NullBuffer:
Public Member Functions | |
__init__ (size=None) | |
init (data) | |
clear () | |
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. | |
isNew () | |
put (data) | |
Write data into the buffer. | |
get () | |
Get data from the buffer. | |
getRef () | |
Get the buffer's reference to be written the next. | |
__init__ () |
|
|
|
|
|
|
|
Get data from the buffer.
Reimplemented from BufferBase. |
|
Get the buffer's reference to be written the next.
Reimplemented from BufferBase. |
|
|
|
True if the buffer is empty, else false.
Reimplemented from BufferBase. |
|
True if the buffer is full, else false.
Reimplemented from BufferBase. |
|
|
|
Get the buffer length.
Reimplemented from BufferBase. |
|
Write data into the buffer.
Reimplemented from BufferBase. |
|
Read data from the buffer.
Reimplemented from BufferBase. |
|
Write data into the buffer.
Reimplemented from BufferBase. |