decodeString

Decodes a ByteArray ordered Least Significant first into a String using StringEncodingSettings

Return

the decoded String

Parameters

settings

the StringEncodingSettings to be used for decoding the String

order

the ByteOrder the string was encoded in.


Decodes a Sequence of Byte ordered Least Significant first into a String using StringEncodingSettings

Return

the decoded String

Parameters

settings

the StringEncodingSettings to be used for decoding the String

Throws

if the sequence terminates before allowed by settings