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