# File lib/net/sftp/operations/file.rb, line 56
    def eof?
      @real_eof && @buffer.empty?
    end