thrift/Thrift/TransportTMemoryBuffer.php

Classes

TMemoryBuffer A memory buffer is a tranpsort that simply reads from and writes to an in-memory string buffer. Anytime you call write on it, the data is simply placed into a buffer, and anytime you call read, data is read from that buffer.