Verifies whether the specified stream is not null, readable and seekable.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static void VerifyReadAndSeek( this Stream stream ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Sub VerifyReadAndSeek ( _ stream As Stream _ ) |
| Visual C++ |
|---|
[ExtensionAttribute] public: static void VerifyReadAndSeek( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::..Stream
The stream.