Method: Ione::ByteBuffer#to_str

Defined in:
lib/ione/byte_buffer.rb

#to_strObject Also known as: to_s

Since:

  • v1.0.0



275
276
277
# File 'lib/ione/byte_buffer.rb', line 275

def to_str
  (@read_buffer + @write_buffer)[@offset, @length]
end