C# Class Helios.Buffers.Unpooled

Utility class for managing and creating unpooled buffers
Mostra file Open project: helios-io/helios

Public Properties

Property Type Description
Empty IByteBuf

Public Methods

Method Description
Buffer ( ) : IByteBuf
Buffer ( int initialCapacity ) : IByteBuf
Buffer ( int initialCapacity, int maxCapacity ) : IByteBuf
WrappedBuffer ( byte bytes ) : IByteBuf
WrappedBuffer ( byte bytes, int index, int length ) : IByteBuf

Method Details

Buffer() public static method

public static Buffer ( ) : IByteBuf
return IByteBuf

Buffer() public static method

public static Buffer ( int initialCapacity ) : IByteBuf
initialCapacity int
return IByteBuf

Buffer() public static method

public static Buffer ( int initialCapacity, int maxCapacity ) : IByteBuf
initialCapacity int
maxCapacity int
return IByteBuf

WrappedBuffer() public static method

public static WrappedBuffer ( byte bytes ) : IByteBuf
bytes byte
return IByteBuf

WrappedBuffer() public static method

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

Property Details

Empty public_oe static_oe property

public static IByteBuf Empty
return IByteBuf