C# 클래스 Helios.Channels.FixedRecvByteBufAllocator.Handle

상속: IRecvByteBufferAllocatorHandle
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
Allocate ( IByteBufAllocator allocator ) : IByteBuf
Guess ( ) : int
Handle ( int bufferSize ) : Helios.Buffers
Record ( int actualReadBytes ) : void

메소드 상세

Allocate() 공개 메소드

public Allocate ( IByteBufAllocator allocator ) : IByteBuf
allocator IByteBufAllocator
리턴 IByteBuf

Guess() 공개 메소드

public Guess ( ) : int
리턴 int

Handle() 공개 메소드

public Handle ( int bufferSize ) : Helios.Buffers
bufferSize int
리턴 Helios.Buffers

Record() 공개 메소드

public Record ( int actualReadBytes ) : void
actualReadBytes int
리턴 void