C# Class Helios.Channels.FixedRecvByteBufAllocator.Handle
Show file
Open project: helios-io/helios
Public Methods
Method |
Description |
|
Allocate ( IByteBufAllocator allocator ) : IByteBuf |
|
|
Guess ( ) : int |
|
|
Handle ( int bufferSize ) : Helios.Buffers |
|
|
Record ( int actualReadBytes ) : void |
|
|
Method Details
public Allocate ( IByteBufAllocator allocator ) : IByteBuf |
allocator |
IByteBufAllocator |
|
return |
IByteBuf |
|
public Guess ( ) : int |
return |
int |
|
public Handle ( int bufferSize ) : Helios.Buffers |
bufferSize |
int |
|
return |
Helios.Buffers |
|
public Record ( int actualReadBytes ) : void |
actualReadBytes |
int |
|
return |
void |
|