XDR.Int (Elixir XDR v0.3.11) View Source
This module manages the Integer
type based on the RFC4506 XDR Standard.
Link to this section Summary
Functions
Decode the Integer in XDR format to a XDR.Int
structure.
Decode the Integer in XDR format to a XDR.Int
structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.Int
structure into a XDR format.
Encode a XDR.Int
structure into a XDR format.
If the int
is not valid, an exception is raised.
Create a new XDR.Int
structure with the opaque
and length
passed.
Link to this section Types
Link to this section Functions
Decode the Integer in XDR format to a XDR.Int
structure.
Decode the Integer in XDR format to a XDR.Int
structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.Int
structure into a XDR format.
Encode a XDR.Int
structure into a XDR format.
If the int
is not valid, an exception is raised.
Specs
Create a new XDR.Int
structure with the opaque
and length
passed.