# File lib/puma/java_io_buffer.rb, line 22
    def <<(str)
      bytes = str.to_java_bytes
      @buf.write(bytes, 0, bytes.length)
    end