FileSystem.ReadFile
FileSystem.ReadFile method
Create a stream for reading dependencies.
public abstract Stream ReadFile(string fileName, IOConfig options)
Parameter | Type | Description |
---|---|---|
fileName | String | |
options | IOConfig |
Return Value
Stream for reading the file.
Exceptions
exception | condition |
---|---|
FileNotFoundException | The implementation throws this exception when failed to open the file for reading. |
See Also
- class IOConfig
- class FileSystem
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D