spockbot.mcp.bbuff module

class spockbot.mcp.bbuff.BoundBuffer(data=b'')

Bases: object

append(data)
buff = b''
cursor = 0
flush()
read(length)
recv(length)
revert()
save()
tell()
write(data)
exception spockbot.mcp.bbuff.BufferUnderflowException

Bases: Exception