C# Класс System.IO.WindowsRuntimeStreamExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AsInputStream() публичный статический Метод

public static AsInputStream ( this source ) : IInputStream
source this
Результат IInputStream

AsOutputStream() публичный статический Метод

public static AsOutputStream ( this source ) : IOutputStream
source this
Результат IOutputStream

AsStream() публичный статический Метод

public static AsStream ( this source ) : Stream
source this
Результат Stream

OpenRead() публичный статический Метод

public static OpenRead ( this streamProvider ) : Stream
streamProvider this
Результат Stream

OpenRead() публичный статический Метод

public static OpenRead ( this source, long offset ) : Stream
source this
offset long
Результат Stream

OpenWrite() публичный статический Метод

public static OpenWrite ( this source ) : Stream
source this
Результат Stream

OpenWrite() публичный статический Метод

public static OpenWrite ( this source, long offset ) : Stream
source this
offset long
Результат Stream