C# Class SharpUV.RequestCollection

Show file Open project: gigi81/sharpuv

Private Methods

Method Description
CopyAndDelete ( IntPtr requestHandle, int size ) : byte[]
Create ( uv_req_type reqType ) : IntPtr

Creates a request that do not need a buffer

Create ( uv_req_type reqType, byte data, int offset, int length ) : IntPtr

Creates a request that needs to allocate a buffer and copy data from the specified buffer

Create ( uv_req_type reqType, uint length ) : IntPtr

Creates a request that needs to allocate a buffer of the specified size

Create ( uv_req_type reqType, uv_buf_t buffer ) : IntPtr
Delete ( IntPtr requestHandle ) : IntPtr
RequestCollection ( Loop loop, BufferCollection buffer ) : System
this ( IntPtr ptr ) : uv_buf_t