FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Method Stream

    Stream(Stream, string?, bool)

    Creates a new FileProcessingResult for a stream result. Make sure you set the stream position to where you want the next processor to start reading the stream from.

    Declaration
    public static FileProcessingResult Stream(Stream stream, string? extension, bool hasChanges)
    Parameters
    Type Name Description
    Stream stream
    string extension
    bool hasChanges
    Returns
    Type Description
    FileProcessingResult

    Stream(FileStream, bool)

    Creates a new FileProcessingResult for a file stream result. Make sure you set the stream position to where you want the next processor to start reading the stream from.

    Declaration
    public static FileProcessingResult Stream(FileStream stream, bool hasChanges)
    Parameters
    Type Name Description
    FileStream stream
    bool hasChanges
    Returns
    Type Description
    FileProcessingResult
    © Singulink. All rights reserved.