ChunkedByteArray Class
Describes a chunked byte array.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Settings.ChunkedByteArray
Syntax
public class ChunkedByteArray
public ref class ChunkedByteArray
Public Class ChunkedByteArray
Constructors
Name | Description | |
---|---|---|
ChunkedByteArray(Byte[]) | Creates a new instance of the ChunkedByteArray object, using the specified data to chunk. |
|
ChunkedByteArray(IList<Byte[]>) | Creates a new instance of the ChunkedByteArray object, using the specified data to chunk. |
|
ChunkedByteArray(Int32, Byte[]) | Creates a new instance of the ChunkedByteArray object, using the specified maximum chunk size and data to chunk. |
Properties
Name | Description | |
---|---|---|
SubArrays | Gets the subarrays of the chunked byte array. |
Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top