C# Class Helios.Channels.FixedRecvByteBufAllocator.Handle

Inheritance: IRecvByteBufferAllocatorHandle
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
Allocate ( IByteBufAllocator allocator ) : IByteBuf
Guess ( ) : int
Handle ( int bufferSize ) : Helios.Buffers
Record ( int actualReadBytes ) : void

Method Details

Allocate() public méthode

public Allocate ( IByteBufAllocator allocator ) : IByteBuf
allocator IByteBufAllocator
Résultat IByteBuf

Guess() public méthode

public Guess ( ) : int
Résultat int

Handle() public méthode

public Handle ( int bufferSize ) : Helios.Buffers
bufferSize int
Résultat Helios.Buffers

Record() public méthode

public Record ( int actualReadBytes ) : void
actualReadBytes int
Résultat void