Gets a seekable Stream based on the specified non-seekable Stream.

Namespace: DotNetNuke.Services.FileSystem
Assembly: 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.

Return Value

A seekable Stream.

Implements

IFileManager..::..GetSeekableStream(Stream)

See Also