brl_bytebuffer.md 776 B


id: brl.bytebuffer title: BRL.ByteBuffer

sidebar_label: Introduction

Types

Type Description
TBuffer A buffer is a list of elements of a specific type.
TByteBuffer A TBuffer for bytes.
TBytePtrBuffer A TBuffer whose data comes from a Byte Ptr.
TByteArrayBuffer A TBuffer whose data comes from a Byte array.

Enums

Enum Description
EByteOrder The byte order.