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

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
Stream GetSeekableStream(
	Stream stream
)
Visual Basic
Function GetSeekableStream ( 
	stream As Stream
) As Stream

Parameters

stream
Type: System.IO..::..Stream
A non-seekable Stream.

Return Value

A seekable Stream.

See Also