C# Class NLog.Targets.Syslog.ByteArray

Inheritance: IDisposable
Show file Open project: graffen/NLog.Targets.Syslog Class Usage Examples

Public Methods

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

Private Methods

Method Description
EnforceAllowedValues ( long initialCapacity ) : int

Method Details

Append() public method

public Append ( byte buffer ) : void
buffer byte
return void

ByteArray() public method

public ByteArray ( long initialCapacity ) : System
initialCapacity long
return System

Dispose() public method

public Dispose ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Resize() public method

public Resize ( long newLength ) : void
newLength long
return void

this() public method

public this ( int index ) : byte
index int
return byte