gbf_core

Module graal_io

Source
Expand description

This module contains the definition of Graal IO.

Structs§

Enums§

  • Errors that can occur when reading or writing to a GraalReader / GraalWriter.

Constants§

  • The maximum values for a one-byte Graal-encoded integer.
  • The maximum values for a two-byte Graal-encoded integer.
  • The maximum values for a three-byte Graal-encoded integer.
  • The maximum values for a four-byte Graal-encoded integer.
  • The maximum values for a five-byte Graal-encoded integer. 60332453983 is the theoretical maximum value for a 40-bit integer, but the Graal encoding only supports up to 0xFFFFFFFF in practice.