Copyright (c) 2006- Facebook Distributed under the Thrift Software License
See accompanying file LICENSE or visit the Thrift site at: http://developers.facebook.com/thrift/
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. |