# File lib/stream.rb, line 24
  def forward
    raise EndOfStreamException if at_end?
    basic_forward
  end