THRIFT-212. python: Make TFramedTransport implement CReadableTransport
authorDavid Reiss <dreiss@apache.org>
Sat, 31 Jan 2009 21:39:25 +0000 (21:39 +0000)
committerDavid Reiss <dreiss@apache.org>
Sat, 31 Jan 2009 21:39:25 +0000 (21:39 +0000)
commit4c591c95a51368a817bf40157e46831ecffef71c
tree20a2b49923c8d9b94fd95293e09c90c03152b9b5
parent647d30d218d206474d583d0189bb8169f741e7d9
THRIFT-212. python: Make TFramedTransport implement CReadableTransport

This involved adding a few methods to provide lower-level access to the
internal read buffer.  This will allow us to use TBinaryProtocolAccelerated
with TFramedTransport.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739632 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/transport/TTransport.py
test/py/SerializationTest.py