BinaryStreamPointerBaseWrite(Byte*, Int32) Method

Writes a block of data from a pointer to the stream.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void Write(
	byte* buffer,
	int length
)

Parameters

buffer  Byte*
A pointer to the data to write.
length  Int32
The number of bytes to write from the buffer.

See Also