# File lib/erubis/engine/ejava.rb, line 32
    def add_preamble(src)
      src << "#{@indent}#{@bufclass} #{@buf} = new #{@bufclass}();"
    end