FileSystem.ReadFile
FileSystem.ReadFile method
Create a stream for reading dependencies.
public abstract Stream ReadFile(string fileName, IOConfig options)
Parameter | Type | Description |
---|---|---|
fileName | String | File’s name to open for reading |
options | IOConfig | Save or load options |
Return Value
Stream for reading the file.
Exceptions
exception | condition |
---|---|
IOException | 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