C# Class Helios.Channels.FixedRecvByteBufAllocator.Handle

Inheritance: IRecvByteBufferAllocatorHandle
Mostra 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

Allocate() public method

public Allocate ( IByteBufAllocator allocator ) : IByteBuf
allocator IByteBufAllocator
return IByteBuf

Guess() public method

public Guess ( ) : int
return int

Handle() public method

public Handle ( int bufferSize ) : Helios.Buffers
bufferSize int
return Helios.Buffers

Record() public method

public Record ( int actualReadBytes ) : void
actualReadBytes int
return void