package eio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Buf_read.BESource

Big endian parsers

Sourceval uint16 : int parser

uint16 parses the next 2 bytes as the lower 16 bits of an int in big-endian byte order

Sourceval uint32 : int32 parser

uint32 parses the next 4 bytes as an int32 in big-endian byte order

Sourceval uint48 : int64 parser

uint48 parses the next 6 bytes as a 48-bit unsigned big-endian integer

Sourceval uint64 : int64 parser

uint64 parses the next 8 bytes as an int64 in big-endian byte order

Sourceval float : float parser

float parses the next 4 bytes as a float in big-endian byte order

Sourceval double : float parser

double parses the next 8 bytes as a float in big-endian byte order

OCaml

Innovation. Community. Security.