Buffer Interface

DESCRIPTION

Data buffer interface that provides buffer allocation and manipulation routines. SilcBuffer is simple and easy to use, yet you can do to the buffer almost anything you want with its method functions. The buffer is constructed of four different data sections that in whole creates the allocated data area. See the SilcBuffer context for more information.

The SilcBuffer context is not thread-safe and if same context must be used from multiple threads concurrency control must be employed.

TABLE OF CONTENTS