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