[TMemoryBuffer: an in-memory buffer acting like a transport]
authorlklots <dev-null@apache.org>
Fri, 2 Nov 2007 23:01:27 +0000 (23:01 +0000)
committerlklots <dev-null@apache.org>
Fri, 2 Nov 2007 23:01:27 +0000 (23:01 +0000)
commitffc21fb792b152ed6b45c4e83b4c5fd295465007
tree04faf4ba5f5bcc7378a4ad08f88f624181afad21
parentb000f7433dd0a767e191b7e78b7da38a3b9670cd
[TMemoryBuffer: an in-memory buffer acting like a transport]

Summary: This is the php equivalent of the cpp TMemoryBuffer.
         It is simply a transport that stores read and fetches write
         requests to and from a string.

Trac Bug: #

Blame Rev:

Reviewed By: dreiss

Test Plan: Tested using thrift de/serialization. Wrote thrift objeccts
           to the buffer and then read them later to resconstruct them.
           Tested exceptional cases.

Revert Plan: ok

Database Impact: none

Memcache Impact: none

Other Notes:

EImportant:

- begin *PUBLIC* platform impact section -
Bugzilla: #
- end platform impact -

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665320 13f79535-47bb-0310-9956-ffa450edef68
lib/php/src/transport/TMemoryBuffer.php [new file with mode: 0644]