Class BytesList
Summary description for BytesList.
Inheritance
System.Object
BytesList
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class BytesList : Object
Constructors
BytesList()
Declaration
BytesList(Boolean)
Declaration
public BytesList(bool bExactSize)
Parameters
Type |
Name |
Description |
System.Boolean |
bExactSize |
|
BytesList(Byte[])
Declaration
public BytesList(byte[] arrData)
Parameters
Type |
Name |
Description |
System.Byte[] |
arrData |
|
BytesList(Int32)
Declaration
public BytesList(int iCapacity)
Parameters
Type |
Name |
Description |
System.Int32 |
iCapacity |
|
Properties
Count
Declaration
public int Count { get; }
Property Value
Methods
Add(Byte)
Declaration
public void Add(byte bToAdd)
Parameters
Type |
Name |
Description |
System.Byte |
bToAdd |
|
AddRange(BytesList)
Declaration
public void AddRange(BytesList list)
Parameters
AddRange(Byte[])
Declaration
public void AddRange(byte[] arrToAdd)
Parameters
Type |
Name |
Description |
System.Byte[] |
arrToAdd |
|
CopyTo(Int32, Byte[], Int32, Int32)
Declaration
public void CopyTo(int iStartIndex, byte[] arrDest, int iDestIndex, int iCount)
Parameters
Type |
Name |
Description |
System.Int32 |
iStartIndex |
|
System.Byte[] |
arrDest |
|
System.Int32 |
iDestIndex |
|
System.Int32 |
iCount |
|
EnsureFreeSpace(Int32)
Declaration
public void EnsureFreeSpace(int iSize)
Parameters
Type |
Name |
Description |
System.Int32 |
iSize |
|
Extension Methods