Next: , Up: Byte Data Library   [Index]


7.15.1 Byte Data Library Specifics

Data library objects expose collections of interfaces (functions) concerned with amorphous data processing.

Central for amorphous data interfaces is the ‘data’ data types, representing byte arrays of recorded length.

Unlike the intrinsic string type data, data of the ‘data’ type may be modified, and (just like data of other libaime libraries provided data types) may be referred more than once.

See Of The Intrinsic String Type.

See Referable Objects.

For intrinsic string type interoperability, one extra zero byte is stored at the end of the ‘data’ data byte arrays. The extra zero byte is not counted by the array length.