Class ByteArrayChunk
Represents a chunk backed by a byte array.
- Inheritance
-
Byte
Array Chunk
- Implements
- Inherited Members
- Extension Methods
Constructors
- Byte
Array Chunk(byte[]) Initializes a new instance of the Byte
Array class.Chunk
- Byte
Array Chunk(int) Initializes a new instance of the Byte
Array class.Chunk
Properties
- Bytes
Gets the bytes.
Methods
- Dispose(bool)
Releases unmanaged and - optionally - managed resources.
- Fork()
Returns a new reference to the same chunk that can be independently disposed.