package
2.0.0+incompatible
Repository: https://github.com/rabbitstack/fibratus.git
Documentation: pkg.go.dev

# Functions

InitNativeEndian figures out the endianness of the current machine (https://stackoverflow.com/questions/51332658/any-better-way-to-check-endianness-in-go).
ReadUint16 reads the uint16 value from the byte slice.
ReadUint32 reads the uint32 value from the byte slice.
ReadUint64 reads the uint64 value from the byte slice.
WriteUint16 writes the provided uint16 value to byte slice.
WriteUint16Buffer writes the provided uint16 value to the byte slice.
WriteUint32 writes the provided uint32 value to byte slice.
WriteUint64 writes the provided uint64 value to byte slice.

# Variables

NativeEndian represents the endianness of the current machine.