Compartir a través de


IDataWriter.WriteBytes(Byte[]) Método

Definición

Escribe una matriz de valores de bytes en el flujo de salida.

public:
 void WriteBytes(Platform::Array <byte> ^ value);
void WriteBytes(winrt::array_view <byte> const& value);
public void WriteBytes(byte[] value);
function writeBytes(value)
Public Sub WriteBytes (value As Byte())

Parámetros

value

Byte[]

byte[]

Matriz de valores.

Se aplica a