Open a TeaFile for reading (untyped).

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public static TeaFile OpenRead(
	Stream stream
)

Parameters

stream
Type: System.IO..::..Stream
A stream of the file. This might be a file, or another implementation of Stream, for instance a MemoryStream.

Return Value

An instance of TeaFile.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionstream is null.

See Also