Exemplo n.º 1
0
 void IByteSource.ReportOutput(int readCount)
 {
     cache.ReportRead(readCount);
     if (cache.Length == 0 && endOfFile)
     {
         pullSink.ReportEndOfFile();
     }
 }
Exemplo n.º 2
0
 private void ReportRestartChunkUsed(int count)
 {
     restartCache.ReportRead(count);
 }