<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="4"><font face="monospace">Hi Juan, guys,<br>
        <br>
        I would like to add to Cuis the 2 methods i attach here. One is
        a helper method.<br>
        <br>
        -----------<br>
        StandardFileStream strictUpTo: delim.<br>
        -----------<br>
        <br>
        Differently from 'upTo: delim' this method:<br>
        1. Does not return stuff if it does not find 'delim'.<br>
        2. Does not upgrade the position on the stream if does not find
        'delim'.<br>
        3. If it finds 'delim' returns a chunk that includes it.<br>
        <br>
        I am parsing log files at the moment, this is very much useful.<br>
        <br>
        NOTE. Up to now I tested only on small files.<br>
        <br>
        bye<br>
        Nicola<br>
        <br>
        <br>
        <br>
        <br>
      </font></font>
  </body>
</html>