XDR.FixedArray (Elixir XDR v0.3.10) View Source
This module manages the Fixed-Length Array type based on the RFC4506 XDR Standard.
Link to this section Summary
Functions
Decode the Fixed-Length Array in XDR format to a XDR.FixedArray structure.
Decode the Fixed-Length Array in XDR format to a XDR.FixedArray structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.FixedArray structure into a XDR format.
Encode a XDR.FixedArray structure into a XDR format.
If the fixed_array is not valid, an exception is raised.
Create a new XDR.FixedArray structure with the elements, type and length passed.
Link to this section Types
Specs
Specs
XDR.FixedArray structure type specification.
Link to this section Functions
Decode the Fixed-Length Array in XDR format to a XDR.FixedArray structure.
Decode the Fixed-Length Array in XDR format to a XDR.FixedArray structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.FixedArray structure into a XDR format.
Encode a XDR.FixedArray structure into a XDR format.
If the fixed_array is not valid, an exception is raised.
Specs
Create a new XDR.FixedArray structure with the elements, type and length passed.