package
6.8.16+incompatible
Repository: https://github.com/tencentblueking/beats.git
Documentation: pkg.go.dev

# Functions

New creates new extensible buffer from data slice being retained by the buffer.
NewFixed create new fixed buffer from data slice being retained by the buffer.

# Variables

No description provided by the author
No description provided by the author
Parse operation can not be continued.
Error returned if Append or Write operation is not allowed due to the buffer being fixed.
No description provided by the author
Parse operation failed cause of buffer snapped short + buffer is fixed.

# Structs

A Buffer is a variable sized buffer of bytes with Read, Write and simple parsing methods.