Class StreamEndEvent

java.lang.Object
org.snakeyaml.engine.v2.events.Event
org.snakeyaml.engine.v2.events.StreamEndEvent

public final class StreamEndEvent extends Event
Marks the end of a stream that might have contained multiple documents.

This event is the last event that a parser emits. Together with StreamStartEvent (which is the first event a parser emits) they mark the beginning and the end of a stream of documents.

See Event for an exemplary output.

  • Constructor Details

    • StreamEndEvent

      public StreamEndEvent(Optional<Mark> startMark, Optional<Mark> endMark)
    • StreamEndEvent

      public StreamEndEvent()
  • Method Details

    • getEventId

      public Event.ID getEventId()
      Description copied from class: Event
      Get the type (kind) if this Event
      Specified by:
      getEventId in class Event
      Returns:
      the ID of this Event
    • toString

      public String toString()
      Overrides:
      toString in class Object