thrift.transport.memory

Undocumented in source.

Members

Classes

TMemoryBuffer
class TMemoryBuffer

A transport that simply reads from and writes to an in-memory buffer. Every time you call write on it, the data is simply placed into a buffer, and every time you call read, data is consumed from that buffer.

Meta