C# Class Windows.Storage.FileIO

Mostra file Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
ReadBufferAsync ( [ file ) : IAsyncOperation
WriteBufferAsync ( [ file, [ buffer ) : IAsyncAction
WriteBytesAsync ( [ file, [ buffer ) : IAsyncAction

Private Methods

Method Description
AppendLinesAsync ( [ file, [ lines ) : IAsyncAction
AppendLinesAsync ( [ file, [ lines, [ encoding ) : IAsyncAction
AppendTextAsync ( [ file, [ contents ) : IAsyncAction
AppendTextAsync ( [ file, [ contents, [ encoding ) : IAsyncAction
ReadLinesAsync ( [ file ) : IAsyncOperation>
ReadLinesAsync ( [ file, [ encoding ) : IAsyncOperation>
ReadTextAsync ( [ file ) : IAsyncOperation
ReadTextAsync ( [ file, [ encoding ) : IAsyncOperation
WriteLinesAsync ( [ file, [ lines ) : IAsyncAction
WriteLinesAsync ( [ file, [ lines, [ encoding ) : IAsyncAction
WriteTextAsync ( [ file, [ contents ) : IAsyncAction
WriteTextAsync ( [ file, [ contents, [ encoding ) : IAsyncAction

Method Details

ReadBufferAsync() public static method

public static ReadBufferAsync ( [ file ) : IAsyncOperation
file [
return IAsyncOperation

WriteBufferAsync() public static method

public static WriteBufferAsync ( [ file, [ buffer ) : IAsyncAction
file [
buffer [
return IAsyncAction

WriteBytesAsync() public static method

public static WriteBytesAsync ( [ file, [ buffer ) : IAsyncAction
file [
buffer [
return IAsyncAction