Method RecycleByteBlocks
RecycleByteBlocks(Byte[][], Int32, Int32)
Declaration
public abstract void RecycleByteBlocks(byte[][] blocks, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[][] | blocks | |
System.Int32 | start | |
System.Int32 | end |
RecycleByteBlocks(IList<Byte[]>)
Declaration
public virtual void RecycleByteBlocks(IList<byte[]> blocks)
Parameters
Type | Name | Description |
---|---|---|
IList<System.Byte[]> | blocks |