Namespace Sdl.LanguagePlatform.IO.Streams
Classes
CommentEvent
EndOfInputEvent
Represents an end-of-input event.
Event
An abstract base class, purely for inheritance purposes, representing a particular step/item in a stream of translation units.
StartOfInputEvent
Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.
TUEvent
Represents a translation unit event in the stream.
TUStreamContext
Represents "global" settings related to a TU stream, e.g. during import. Wraps access to language and field information.
Interfaces
IEventReader
Simple interface for reading events from a stream.
IEventReceiver
Simple event receiver interface.