# File lib/openssl/buffering.rb, line 22
  def initialize(*args)
    @eof = false
    @rbuffer = ""
    @sync = @io.sync
  end