March 2003
Intermediate to advanced
656 pages
39h 30m
English
buffer
buffer(obj,offset=0,size=-1)
Creates and returns a buffer object referring to
obj’s data.
obj must be of a type that supports the
buffer call interface, such as a string or array. The buffer built-in is now deprecated.