Method: Thrift::BaseProtocol#read_string

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

#read_stringObject

Reads a Thrift String. In Ruby 1.9+, all String will be returned with an Encoding of UTF-8.

Returns a String.

Raises:

  • (NotImplementedError)


191
192
193
# File 'lib/thrift/protocol/base_protocol.rb', line 191

def read_string
  raise NotImplementedError
end