Search Results for

    Show / Hide Table of Contents

    Interface ISubContentWriter

    Interface implemented by sub-content writers

    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    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
    System.IO.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
    System.IO.Stream originalSubContent

    Stream containing the original source sub-content for writers which need this when regenerating

    On this page

    • Methods
      • GetSubContentStream()
      • InitializeSubContentWriter(Stream)
    Back to top Generated by DocFX