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
Returns
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
Returns