C# Class MetroPass.WinRT.Infrastructure.BufferHelpers

Mostrar archivo Open project: TheAngryByrd/MetroPass

Public Methods

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

Method Details

AsBuffer() public static method

public static AsBuffer ( this bytes ) : Windows.Storage.Streams.IBuffer
bytes this
return Windows.Storage.Streams.IBuffer

AsBytes() public static method

public static AsBytes ( this buffer ) : byte[]
buffer this
return byte[]

AsStream() public static method

public static AsStream ( this reader ) : Stream
reader this
return System.IO.Stream