CachedStream コンストラクタ
| 編集/提案 ソースを表示CachedStream(String, IEnumerable<Byte>)
型'CachedStream'の新しいインスタンスを生成します。
宣言
public CachedStream(string cacheFile, IEnumerable<byte> data)
引数
型 | 名前 | 説明 |
---|---|---|
System.String | cacheFile | キャッシュファイルへのパスです。 |
System.Collections.Generic.IEnumerable<System.Byte> | data | 読み書きするデータです。コピーしてから利用されます。 |