Method: Thrift::BinaryProtocol#read_list_begin

Defined in:
lib/thrift/protocol/binary_protocol.rb

#read_list_beginObject



159
160
161
162
163
# File 'lib/thrift/protocol/binary_protocol.rb', line 159

def read_list_begin
  etype = read_byte
  size = read_i32
  [etype, size]
end