Method: Thrift::BinaryProtocol#read_set_begin

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

#read_set_beginObject



165
166
167
168
169
# File 'lib/thrift/protocol/binary_protocol.rb', line 165

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