C# Class WhiskWork.Generic.StreamUtil

显示文件 Open project: jorn-ola-birkeland/WhiskWork

Public Methods

Method Description
CopyStream ( Stream fromStream, Stream toStream ) : void

Method Details

CopyStream() public static method

public static CopyStream ( Stream fromStream, Stream toStream ) : void
fromStream System.IO.Stream
toStream System.IO.Stream
return void