Click or drag to resize
TransitFactoryReader Method (TransitFactoryFormat, Stream)

[This is preliminary documentation and is subject to change.]

Creates a reader instance.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static IReader Reader(
	TransitFactoryFormat type,
	Stream input
)

Parameters

type
Type: NForza.TransitTransitFactoryFormat
The format to read in.
input
Type: System.IOStream
The stream to read from.

Return Value

Type: IReader
A reader
See Also