package
7.17.28
Repository: https://github.com/elastic/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

Parse operation can not be continued.
Error returned if Append or Write operation is not allowed due to the buffer being fixed.
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.