BlobReader.ReadBytes(Int32) Método

Definição

Lê bytes começando na posição atual.

public:
 cli::array <System::Byte> ^ ReadBytes(int byteCount);
public byte[] ReadBytes(int byteCount);
member this.ReadBytes : int -> byte[]
Public Function ReadBytes (byteCount As Integer) As Byte()

Parâmetros

byteCount
Int32

O número de bytes a serem lidos.

Retornos

Byte[]

A matriz de bytes.

Exceções

byteCount bytes não disponíveis.

Aplica-se a