BlobReader.ReadBytes Metodo
In questo articolo
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
ReadBytes(Int32, Byte[], Int32) |
Legge i byte a partire dalla posizione corrente e li scrive nel buffer specificato a partire dall'offset specificato. |
ReadBytes(Int32) |
Legge i byte a partire dalla posizione corrente. |
- Origine:
- BlobReader.cs
- Origine:
- BlobReader.cs
- Origine:
- BlobReader.cs
Legge i byte a partire dalla posizione corrente e li scrive nel buffer specificato a partire dall'offset specificato.
public:
void ReadBytes(int byteCount, cli::array <System::Byte> ^ buffer, int bufferOffset);
public void ReadBytes (int byteCount, byte[] buffer, int bufferOffset);
member this.ReadBytes : int * byte[] * int -> unit
Public Sub ReadBytes (byteCount As Integer, buffer As Byte(), bufferOffset As Integer)
Parametri
- byteCount
- Int32
Numero di byte da leggere.
- buffer
- Byte[]
Buffer di destinazione in cui verranno scritti i byte letti.
- bufferOffset
- Int32
Offset nel buffer di destinazione in cui verranno scritti i byte letti.
Eccezioni
Byte byteCount
non disponibili.
Si applica a
.NET 9 e altre versioni
Prodotto | Versioni |
---|---|
.NET | Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 |
- Origine:
- BlobReader.cs
- Origine:
- BlobReader.cs
- Origine:
- BlobReader.cs
Legge i byte a partire dalla posizione corrente.
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()
Parametri
- byteCount
- Int32
Numero di byte da leggere.
Restituisce
Matrice di byte.
Eccezioni
Byte byteCount
non disponibili.
Si applica a
.NET 9 e altre versioni
Prodotto | Versioni |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 |
UWP | 10.0 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: