C# Class RampUp.Buffers.ByteChunk

An ArraySegment{T} counterpart for unmanaged chunk of bytes.
Afficher le fichier Open project: Scooletz/RampUp Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty ByteChunk
Length int
Pointer byte*

Méthodes publiques

Méthode Description
ByteChunk ( byte pointer, int length ) : System
Equals ( ByteChunk other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

ByteChunk() public méthode

public ByteChunk ( byte pointer, int length ) : System
pointer byte
length int
Résultat System

Equals() public méthode

public Equals ( ByteChunk other ) : bool
other ByteChunk
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Empty public_oe static_oe property

public static ByteChunk,RampUp.Buffers Empty
Résultat ByteChunk

Length public_oe property

public int Length
Résultat int

Pointer public_oe property

public byte* Pointer
Résultat byte*