FileMetaData.GetStream method
Gets the data from file in the form of a Stream.
public Stream GetStream(FileAccess fileAccess = FileAccess.Read)
| parameter | description | 
|---|---|
| fileAccess | Whether the file should be opened in RO or WO or RW mode; | 
Return Value
The data from file in the form of a Stream.
See Also
- class FileMetaData
- namespace DotNetOpen.FileService