Compartir a través de


FileIO.WriteBytesAsync(IStorageFile, Byte[]) Método

Definición

Escribe una matriz de bytes de datos en el archivo especificado.

public:
 static IAsyncAction ^ WriteBytesAsync(IStorageFile ^ file, Platform::Array <byte> ^ buffer);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction WriteBytesAsync(IStorageFile const& file, winrt::array_view <byte> const& buffer);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction WriteBytesAsync(IStorageFile file, byte[] buffer);
function writeBytesAsync(file, buffer)
Public Shared Function WriteBytesAsync (file As IStorageFile, buffer As Byte()) As IAsyncAction

Parámetros

file
IStorageFile

Archivo en el que se escribe el byte.

buffer

Byte[]

byte[]

Matriz de bytes que se van a escribir.

Devoluciones

No se devuelve ningún objeto o valor cuando se completa este método.

Atributos

Se aplica a