Gentee Programming Language > Documentation > Libraries Download documentation

buf.append

The method adds data to the object.
 
buf buf.append(
      uint   src,
      uint   size
)

Parameters

srcThe pointer to the data to be added.
sizeThe size of the data being added.

Return value

Returns the object which method has been called.

See also

    Buffer - binary data


 Copyright © 2004-2006 Gentee Inc. All rights reserved.