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