C# Class Framework.BufferHelpers

Afficher le fichier Open project: TheAngryByrd/MetroPass

Méthodes publiques

Méthode Description
AsBuffer ( this bytes ) : Windows.Storage.Streams.IBuffer
AsBytes ( this buffer ) : byte[]
AsStream ( this reader ) : Stream

Method Details

AsBuffer() public static méthode

public static AsBuffer ( this bytes ) : Windows.Storage.Streams.IBuffer
bytes this
Résultat Windows.Storage.Streams.IBuffer

AsBytes() public static méthode

public static AsBytes ( this buffer ) : byte[]
buffer this
Résultat byte[]

AsStream() public static méthode

public static AsStream ( this reader ) : Stream
reader this
Résultat Stream