Esempio n. 1
0
 public int GetChunkNum(long dataPosition)
 {
     return((int)(dataPosition / _config.GetChunkDataSize()));
 }