TKFP.DLLのダウンロード
          
          
 
        
Assembly: TKFP (TKFP.dll 内) バージョン: 1.4.0.2
      
    
            現在のストリームにバイト シーケンスを書き込み、書き込んだバイト数の分だけストリームの現在位置を進めます。
            
        
    Namespace: 
   TKFP.IOAssembly: TKFP (TKFP.dll 内) バージョン: 1.4.0.2
 Syntax
Syntax
| C# | 
|---|
| public override void Write( byte[] buffer, int offset, int count ) | 
| Visual Basic (Declaration) | 
|---|
| Public Overrides Sub Write ( _ buffer As Byte(), _ offset As Integer, _ count As Integer _ ) | 
Parameters
- buffer
- Type: array<
            System..::.Byte
          >[]()[]
 バイト配列。このメソッドは、バッファから現在のストリームに、count で指定されたバイト数だけコピーします。
- offset
- Type: System..::.Int32
 現在のストリームへのバイトのコピーを開始する位置を示す buffer 内のバイト オフセット。インデックス番号は 0 から始まります。
- count
- Type: System..::.Int32
 現在のストリームに書き込むバイト数。
 
     
     
     
     
    