Click or drag to resize

MongoGridFSStreamWrite Method

Writes bytes to the GridFS stream.

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
The source buffer.
offset
Type: SystemInt32
The offset in the source buffer to the bytes.
count
Type: SystemInt32
The number of bytes to write.
See Also