BinaryStreamPointerBaseWrite(Byte, Int32, Int32) Method

Writes a block of data from a byte array to the stream, starting from a specified offset and for a specified count of bytes.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void Write(
	byte[] value,
	int offset,
	int count
)

Parameters

value  Byte
The byte array containing the data to write.
offset  Int32
The starting offset in the byte array from which to begin writing.
count  Int32
The number of bytes to write from the byte array.

See Also