Constructor FixedBufferStringQueue
FixedBufferStringQueue(byte*, int)
Constructor.
Declaration
public FixedBufferStringQueue(byte* ptr, int length)
Parameters
| Type | Name | Description | 
|---|---|---|
| byte* | ptr | Buffer pointer.  | 
    
| int | length | Length of the provided allocated buffer in byte.  |