ChunkedByteArray Class
Describes a chunked byte array.
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | ChunkedByteArray(array<Byte>^) | Creates a new instance of the ChunkedByteArray object, using the specified data to chunk. |
![]() | ChunkedByteArray(IList<array<Byte>^>^) | Creates a new instance of the ChunkedByteArray object, using the specified data to chunk. |
![]() | ChunkedByteArray(Int32, array<Byte>^) | Creates a new instance of the ChunkedByteArray object, using the specified maximum chunk size and data to chunk. |
| Name | Description | |
|---|---|---|
![]() | SubArrays | Gets the subarrays of the chunked byte array. |
| Name | Description | |
|---|---|---|
![]() | BuildFullArray() | Builds a full array. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:


