'宣言 Public Shared Sub CopyStream( _ ByVal src As System.IO.Stream, _ ByVal dst As System.IO.Stream _ )
'使用法 Dim src As System.IO.Stream Dim dst As System.IO.Stream Utils.CopyStream(src, dst)
public static void CopyStream( System.IO.Stream src, System.IO.Stream dst )
Utils クラス Utils メンバ