Property | Type | Description | |
---|---|---|---|
BufferBlockSize | int | ||
BufferOffset | int |
Method | Description | |
---|---|---|
BufferDataToken ( int BufferOffset, int BlockSize ) : System |
Creates a new instance of BufferDataToken
|
public BufferDataToken ( int BufferOffset, int BlockSize ) : System | ||
BufferOffset | int | The offest in the Buffer block allocated to this object |
BlockSize | int | The total size in the buffer allocated to this object |
return | System |