C# Class Helios.Buffers.Unpooled

Utility class for managing and creating unpooled buffers
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Свойство Type Description
Empty IByteBuf

Méthodes publiques

Méthode 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 méthode

public static Buffer ( ) : IByteBuf
Résultat IByteBuf

Buffer() public static méthode

public static Buffer ( int initialCapacity ) : IByteBuf
initialCapacity int
Résultat IByteBuf

Buffer() public static méthode

public static Buffer ( int initialCapacity, int maxCapacity ) : IByteBuf
initialCapacity int
maxCapacity int
Résultat IByteBuf

WrappedBuffer() public static méthode

public static WrappedBuffer ( byte bytes ) : IByteBuf
bytes byte
Résultat IByteBuf

WrappedBuffer() public static méthode

public static WrappedBuffer ( byte bytes, int index, int length ) : IByteBuf
bytes byte
index int
length int
Résultat IByteBuf

Property Details

Empty public_oe static_oe property

public static IByteBuf Empty
Résultat IByteBuf