Byte Arrays

These differ from strings by having a byte count. That is, the length of the array is set to an unsigned integer. They also differ in that byte arrays do not end with a null character. The XDR library provides a primitive for byte arrays. External and internal representations of byte arrays are the same.

The XDR library includes the following routine for byte arrays:

Routine

xdr _ bytes ( )


[Back: Generic Arrays]
[Next: String Filter Primitives]