Table of Contents

Constructor ByteArrayChunk

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ByteArrayChunk(int)

Initializes a new instance of the ByteArrayChunk class.

public ByteArrayChunk(int size)

Parameters

size int

The size.

ByteArrayChunk(byte[])

Initializes a new instance of the ByteArrayChunk class.

public ByteArrayChunk(byte[] bytes)

Parameters

bytes byte[]

The bytes.

Exceptions

ArgumentNullException

bytes