[Cuis-dev] fileout. proposed 2 new methods for strict file chunks reading
Nicola Mingotti
nmingotti at gmail.com
Tue Oct 19 03:04:39 PDT 2021
Hi Juan, guys,
I would like to add to Cuis the 2 methods i attach here. One is a helper
method.
-----------
StandardFileStream strictUpTo: delim.
-----------
Differently from 'upTo: delim' this method:
1. Does not return stuff if it does not find 'delim'.
2. Does not upgrade the position on the stream if does not find 'delim'.
3. If it finds 'delim' returns a chunk that includes it.
I am parsing log files at the moment, this is very much useful.
NOTE. Up to now I tested only on small files.
bye
Nicola
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20211019/6b85522d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StandardFileStream-strictUpTostartPos.st
Type: application/vnd.sailingtracker.track
Size: 1047 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20211019/6b85522d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StandardFileStream-strictUpTo.st
Type: application/vnd.sailingtracker.track
Size: 467 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20211019/6b85522d/attachment-0001.bin>
More information about the Cuis-dev
mailing list