Home | History | Annotate | Download | only in LZMA

Lines Matching defs:progress

1274 			long inSize, long outSize, ICodeProgress progress) throws IOException

1288 if (progress != null)
1290 progress.SetProgress(processedInSize[0], processedOutSize[0]);