VPFileIO ReadFromStream T  Method Virtual Photonics - VTS Library
Virtual Photonics
Static method to read a specified type from a stream

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static T ReadFromStream<T>(
	Stream stream
)
Type Parameters

T
Type of the data to be read

Return Value

Type: T
The data as the specified type
See Also