Exemplo n.º 1
0
 public void Write(string tempKey, byte[] buffer, int offset, int count)
 {
     TemporaryStorage.Write(tempKey, buffer, offset, count);
 }