Interface ISubContentWriter
Interface implemented by sub-content writers
Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ISubContentWriter
Methods
GetSubContentStream()
called by the framework to get the final sub-content stream
Declaration
Stream GetSubContentStream()
Returns
Type | Description |
---|---|
Stream | Stream containing regenerated sub-content |
InitializeSubContentWriter(Stream)
called by the framework to initialize the SubContent Writer
Declaration
void InitializeSubContentWriter(Stream originalSubContent)
Parameters
Type | Name | Description |
---|---|---|
Stream | originalSubContent | Stream containing the original source sub-content for writers which need this when regenerating |