Paul Newman
8faebc78d0
Cancel moved from EntryStream to Reader
...
Relates to previous commit. Following discussion with Adam, moved the Cancel() to the reader.
Example:
while (reader.MoveToNextEntry())
{
using (var data = new StreamReader(reader.OpenEntryStream()))
{
try
{
DoSomething(data.ReadLine());
}
catch
{
reader.Cancel();
throw;
}
}
}
2015-07-15 18:13:46 +01:00
..
2015-03-16 12:29:21 +02:00
2015-05-07 18:20:05 -08:00
2015-03-16 12:29:21 +02:00
2015-04-07 21:43:45 +02:00
2015-05-22 00:07:32 +03:00
2015-06-12 11:37:42 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2015-03-16 12:29:21 +02:00
2015-07-15 18:13:46 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 13:09:34 +01:00
2015-03-16 12:29:21 +02:00
2013-12-23 11:42:08 +00:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-12-23 12:15:57 +00:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2013-04-28 12:32:55 +01:00
2015-06-12 11:31:04 +01:00
2013-12-23 12:15:57 +00:00