Method: Thrift::BinaryProtocol#read_map_begin
- Defined in:
- lib/thrift/protocol/binary_protocol.rb
#read_map_begin ⇒ Object
152 153 154 155 156 157 |
# File 'lib/thrift/protocol/binary_protocol.rb', line 152 def read_map_begin ktype = read_byte vtype = read_byte size = read_i32 [ktype, vtype, size] end |