C# Class Windows.Storage.PathIO

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

Public Methods

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

Private Methods

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

Method Details

ReadBufferAsync() public static method

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

WriteBufferAsync() public static method

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

WriteBytesAsync() public static method

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