VPFileIO ReadFromBinaryCustom T  Method Virtual Photonics - VTS Library
Virtual Photonics

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

public static IEnumerable<T> ReadFromBinaryCustom<T>(
	string fileName,
	Func<BinaryReader, T> readerMap
)

Parameters

fileName
Type: OnlineSystem String
Name of the binary file to read
readerMap
Type: OnlineSystem Func OnlineBinaryReader, T 
Type Parameters

T

Return Value

Type: OnlineIEnumerable T 
See Also