buffer(object [, offset[, size]])
Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will extend to the end of the target object (or with the specified size).
There are no implemented interfaces.
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.