C# Class NLog.Targets.Syslog.ByteArray

Inheritance: IDisposable
Afficher le fichier Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Méthodes publiques

Méthode Description
Append ( byte buffer ) : void
ByteArray ( long initialCapacity ) : System
Dispose ( ) : void
Reset ( ) : void
Resize ( long newLength ) : void
this ( int index ) : byte

Private Methods

Méthode Description
EnforceAllowedValues ( long initialCapacity ) : int

Method Details

Append() public méthode

public Append ( byte buffer ) : void
buffer byte
Résultat void

ByteArray() public méthode

public ByteArray ( long initialCapacity ) : System
initialCapacity long
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Resize() public méthode

public Resize ( long newLength ) : void
newLength long
Résultat void

this() public méthode

public this ( int index ) : byte
index int
Résultat byte