C# 클래스 Framework.BufferHelpers

파일 보기 프로젝트 열기: TheAngryByrd/MetroPass

공개 메소드들

메소드 설명
AsBuffer ( this bytes ) : Windows.Storage.Streams.IBuffer
AsBytes ( this buffer ) : byte[]
AsStream ( this reader ) : Stream

메소드 상세

AsBuffer() 공개 정적인 메소드

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

AsBytes() 공개 정적인 메소드

public static AsBytes ( this buffer ) : byte[]
buffer this
리턴 byte[]

AsStream() 공개 정적인 메소드

public static AsStream ( this reader ) : Stream
reader this
리턴 Stream