VFileInfo.OpenRead Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
OpenRead()
Method returns an instance of the read-only VFileStream. A caller must dispose the returned stream. Calling the method is equivalent to calling the method Open(FileMode, FileAccess) with arguments Open(FileMode.Open, FileAccess.Read).
Declaration
public VFileStream OpenRead()
Returns
Type | Description |
---|---|
VFileStream | An instance of the read-only VFileStream for the file. |