Class 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.
- TTransport
- TMemoryBuffer
Package: thrift\transport
Author: Levy Klots lklots@facebook.com
Located at Horde/Thrift/thrift_root/transport/TMemoryBuffer.php
Author: Levy Klots lklots@facebook.com
Located at Horde/Thrift/thrift_root/transport/TMemoryBuffer.php
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
flush(),
readAll()
|