Interface SourcePackage
access this type via: util.source.SourcePackage (provides, requires or uses)
Functions
byte[] encode(CommandSet command)
CommandSet decode(byte x[])
byte[] encode(CommandSet command)
Encode set of source commands into the binary transport format.
returns: The encoded data.
CommandSet decode(byte x[])
Decode a binary-encoded set of source commands into its Dana data type.
x The encoded data.
returns: The decoded data type.