Buffer implements a circular buffer. It is a fixed size, and new writes overwrite older data, such that for a buffer of size N, for any amount of writes, only the last N bytes are retained.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected