Save

SplitStreamContainer.Save method

Saves (copies) the stream’s data to the specified stream.

public override void Save(Stream destinationStream, int bufferSize, long length)
ParameterTypeDescription
destinationStreamStreamThe stream to save the data to.
bufferSizeInt32The buffer size.
lengthInt64The stream data length to copy. By default the length is set to Length value.

See Also