Gentee Programming Language > Documentation > Libraries Download documentation

buf.copy

The method copies data into the object.
 
buf buf.copy(
      uint   src,
      uint   size
)

Parameters

srcThe pointer to the data being copied.
sizeThe size of the data being copied.

Return value

Returns the object which method has been called.

See also

    Buffer - binary data


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