Constructor ByteArrayChunk
ByteArrayChunk(int)
Initializes a new instance of the ByteArrayChunk class.
public ByteArrayChunk(int size)Parameters
- sizeint
- The size. 
ByteArrayChunk(byte[])
Initializes a new instance of the ByteArrayChunk class.
public ByteArrayChunk(byte[] bytes)Parameters
- bytesbyte[]
- The bytes. 
Exceptions
- ArgumentNullException
- bytes