C# 클래스 Helios.Buffers.Unpooled

Utility class for managing and creating unpooled buffers
파일 보기 프로젝트 열기: helios-io/helios

공개 프로퍼티들

프로퍼티 타입 설명
Empty IByteBuf

공개 메소드들

메소드 설명
Buffer ( ) : IByteBuf
Buffer ( int initialCapacity ) : IByteBuf
Buffer ( int initialCapacity, int maxCapacity ) : IByteBuf
WrappedBuffer ( byte bytes ) : IByteBuf
WrappedBuffer ( byte bytes, int index, int length ) : IByteBuf

메소드 상세

Buffer() 공개 정적인 메소드

public static Buffer ( ) : IByteBuf
리턴 IByteBuf

Buffer() 공개 정적인 메소드

public static Buffer ( int initialCapacity ) : IByteBuf
initialCapacity int
리턴 IByteBuf

Buffer() 공개 정적인 메소드

public static Buffer ( int initialCapacity, int maxCapacity ) : IByteBuf
initialCapacity int
maxCapacity int
리턴 IByteBuf

WrappedBuffer() 공개 정적인 메소드

public static WrappedBuffer ( byte bytes ) : IByteBuf
bytes byte
리턴 IByteBuf

WrappedBuffer() 공개 정적인 메소드

public static WrappedBuffer ( byte bytes, int index, int length ) : IByteBuf
bytes byte
index int
length int
리턴 IByteBuf

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static IByteBuf Empty
리턴 IByteBuf