C# Class Miracle.FileZilla.Api.MemoryStreamExtensions

Extension methods for memorystream
Mostrar archivo Open project: PolarbearDK/Miracle.FileZilla.Api

Public Methods

Method Description
Append ( this memoryStream, byte data ) : void

Append data to end of memorystream while retaining position

Method Details

Append() public static method

Append data to end of memorystream while retaining position
public static Append ( this memoryStream, byte data ) : void
memoryStream this
data byte
return void