C# Class System.IO.WindowsRuntimeStreamExtensions

Datei anzeigen Open project: ermau/WinRT.NET

Public Methods

Method Description
AsInputStream ( this source ) : IInputStream
AsOutputStream ( this source ) : IOutputStream
AsStream ( this source ) : Stream
OpenRead ( this streamProvider ) : Stream
OpenRead ( this source, long offset ) : Stream
OpenWrite ( this source ) : Stream
OpenWrite ( this source, long offset ) : Stream

Method Details

AsInputStream() public static method

public static AsInputStream ( this source ) : IInputStream
source this
return IInputStream

AsOutputStream() public static method

public static AsOutputStream ( this source ) : IOutputStream
source this
return IOutputStream

AsStream() public static method

public static AsStream ( this source ) : Stream
source this
return Stream

OpenRead() public static method

public static OpenRead ( this streamProvider ) : Stream
streamProvider this
return Stream

OpenRead() public static method

public static OpenRead ( this source, long offset ) : Stream
source this
offset long
return Stream

OpenWrite() public static method

public static OpenWrite ( this source ) : Stream
source this
return Stream

OpenWrite() public static method

public static OpenWrite ( this source, long offset ) : Stream
source this
offset long
return Stream