Module

Node.Buffer.Types

#Octet

type Octet = Int

Type synonym indicating the value should be an octet (0-255). If the value provided is outside this range it will be used as modulo 256.

#Offset

type Offset = Int

Type synonym indicating the value refers to an offset in a buffer.

#BufferValueType

data BufferValueType

Enumeration of the numeric types that can be written to a buffer.

Constructors

Instances

Modules