XDR.HyperInt (Elixir XDR v0.3.10) View Source
This module manages the Hyper Integer type based on the RFC4506 XDR Standard.
Link to this section Summary
Functions
Decode the Hyper Integer in XDR format to a XDR.HyperInt structure.
Decode the Hyper Integer in XDR format to a XDR.HyperInt structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.HyperInt structure into a XDR format.
Encode a XDR.HyperInt structure into a XDR format.
If the h_int is not valid, an exception is raised.
Create a new XDR.HyperInt structure with the datum passed.
Link to this section Types
Specs
Specs
t() :: %XDR.HyperInt{datum: datum()}
XDR.HyperInt structure type specification.
Link to this section Functions
Decode the Hyper Integer in XDR format to a XDR.HyperInt structure.
Decode the Hyper Integer in XDR format to a XDR.HyperInt structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.HyperInt structure into a XDR format.
Encode a XDR.HyperInt structure into a XDR format.
If the h_int is not valid, an exception is raised.
Specs
Create a new XDR.HyperInt structure with the datum passed.