Class FileProcessingResult
Represents the result of processing a file in a FileProcessingPipeline.
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public sealed class FileProcessingResult
Methods
| Name | Description |
|---|---|
| File(IAbsoluteFilePath, bool) | Creates a new FileProcessingResult for a file result. |
| 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. |
| 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. |