Package core :: Module buffer
[hide private]
[frames] | no frames]

Module buffer

source code

This module adds the buffer support to the python vert.x platform


Author: Scott Horn

Classes [hide private]
Buffer
A Buffer represents a sequence of zero or more bytes that can be written to or read from, and which expands as necessary to accomodate any bytes written to it.
Variables [hide private]
  __email__ = "scott@hornmicro.com"
  __credits__ = "Based entirely on work by Tim Fox http://tfox.org"