Class TBufferedTransport
Buffered transport. Stores data to an internal buffer that it doesn't actually write out until flush is called. For reading, we do a greedy read and then serve data out of the internal buffer.
- TTransport
- TBufferedTransport
Package: thrift\transport
Author: Mark Slee mcslee@facebook.com
Located at Horde/Thrift/thrift_root/transport/TBufferedTransport.php
Author: Mark Slee mcslee@facebook.com
Located at Horde/Thrift/thrift_root/transport/TBufferedTransport.php
public
|
#
__construct( mixed $transport = null, mixed $rBufSize = 512, mixed $wBufSize = 512 )
Constructor. Creates a buffered transport around an underlying transport |
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public
|
|
public
|