State of both read and write byte buffers. More...
#include <kanzi/core/legacy/memory/kzc_byte_buffer.hpp>
Public Attributes | |
kzSizeT | size_private |
Size of the buffer. More... | |
kzSizeT | offset_private |
Current offset in the buffer. More... | |
State of both read and write byte buffers.
kzSizeT KzcByteBufferState_private::size_private |
Size of the buffer.
This is constant during the lifetime of a buffer.
kzSizeT KzcByteBufferState_private::offset_private |
Current offset in the buffer.
This changes while the buffer is used.