Interface ISubContentParser
Interface implemented by sub-content parsers
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ISubContentParserMethods
InitializeSubContentParser(Stream)
Called to initialize the sub-content parser with the stream referencing the sub-content
Declaration
void InitializeSubContentParser(Stream subContentStream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | subContentStream | Stream containing the sub-content to be parsed |