Gets a seekable Stream based on the specified non-seekable Stream.
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual Stream GetSeekableStream( Stream stream ) |
Visual Basic |
---|
Public Overridable Function GetSeekableStream ( stream As Stream ) As Stream |
Parameters
- stream
- Type: System.IO..::..Stream
A non-seekable Stream.