C# Class FileExtentions, MetroPass

Mostra file Open project: TheAngryByrd/MetroPass Class Usage Examples

Public Methods

Method Description
ReadBytes ( this source, byte bytesToRead ) : int
ToArray ( this input ) : byte[]

Method Details

ReadBytes() public static method

public static ReadBytes ( this source, byte bytesToRead ) : int
source this
bytesToRead byte
return int

ToArray() public static method

public static ToArray ( this input ) : byte[]
input this
return byte[]