ChunkedByteArray Class

 

Describes a chunked byte array.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Settings::ChunkedByteArray

public ref class ChunkedByteArray 

NameDescription
System_CAPS_pubmethodChunkedByteArray(array<Byte>^)

Creates a new instance of the ChunkedByteArray object, using the specified data to chunk.

System_CAPS_pubmethodChunkedByteArray(IList<array<Byte>^>^)

Creates a new instance of the ChunkedByteArray object, using the specified data to chunk.

System_CAPS_pubmethodChunkedByteArray(Int32, array<Byte>^)

Creates a new instance of the ChunkedByteArray object, using the specified maximum chunk size and data to chunk.

NameDescription
System_CAPS_pubpropertySubArrays

Gets the subarrays of the chunked byte array.

NameDescription
System_CAPS_pubmethodBuildFullArray()

Builds a full array.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: