Číst v angličtině

Sdílet prostřednictvím


BlobWriter.WriteBytes Metoda

Definice

Přetížení

WriteBytes(Byte[], Int32, Int32)

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public void WriteBytes(byte[] buffer, int start, int byteCount);

Parametry

buffer
Byte[]
start
Int32
byteCount
Int32

Výjimky

buffer je null.

Rozsah určený a startbyteCount spadá mimo hranice buffer.

Platí pro

WriteBytes(Stream, Int32)

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public int WriteBytes(System.IO.Stream source, int byteCount);

Parametry

source
Stream
byteCount
Int32

Návraty

Výjimky

source je null.

byteCount je negativní.

Platí pro

WriteBytes(Byte*, Int32)

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public void WriteBytes(byte* buffer, int byteCount);

Parametry

buffer
Byte*
byteCount
Int32

Výjimky

buffer je null.

byteCount je negativní.

Platí pro

WriteBytes(ImmutableArray<Byte>, Int32, Int32)

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public void WriteBytes(System.Collections.Immutable.ImmutableArray<byte> buffer, int start, int byteCount);

Parametry

start
Int32
byteCount
Int32

Výjimky

buffer je null.

Rozsah určený a startbyteCount spadá mimo hranice buffer.

Platí pro

WriteBytes(BlobBuilder)

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public void WriteBytes(System.Reflection.Metadata.BlobBuilder source);

Parametry

source
BlobBuilder

Výjimky

source je null.

Platí pro

WriteBytes(ImmutableArray<Byte>)

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public void WriteBytes(System.Collections.Immutable.ImmutableArray<byte> buffer);

Parametry

Výjimky

buffer je null.

Platí pro

WriteBytes(Byte[])

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public void WriteBytes(byte[] buffer);

Parametry

buffer
Byte[]

Výjimky

buffer je null.

Platí pro

WriteBytes(Byte, Int32)

Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
Zdroj:
BlobWriter.cs
public void WriteBytes(byte value, int byteCount);

Parametry

value
Byte
byteCount
Int32

Výjimky

byteCount je negativní.

Platí pro