|
class | Nakama.Ninja.WebSockets.BufferPool |
| This buffer pool is instance thread safe Use GetBuffer to get a MemoryStream (with a publically accessible buffer) Calling Close on this MemoryStream will clear its internal buffer and return the buffer to the pool for reuse MemoryStreams can grow larger than the DEFAULT_BUFFER_SIZE (or whatever you passed in) and the underlying buffers will be returned to the pool at their larger sizes. More...
|
|
class | Nakama.Ninja.WebSockets.BufferPool.PublicBufferMemoryStream |
| This memory stream is not instance thread safe (not to be confused with the BufferPool which is instance thread safe) More...
|
|