Squeak Class Documentation category index | class index  
 
RNInboxFile
  category: Network-Mail Reader
  superclass: ReadNewsInboxFile
  subclasses:

I am a parser for news files in the format output by the Unix 'rn' program.

instance methods
  scanning
  nextStringOf:equals:
parse:do:
startOfArticle:

class methods
  no messages
 

instance methods
  scanning top  
 

nextStringOf:equals:


 

parse:do:

Parse the given stream into newsgroup articles, invoking the given block once for each article in the stream. The stream is divided into articles by delimiters that includes the newsgroup name. Ignore text before the first article delimiter.


 

startOfArticle:

Answer the newsgroup name if the given string is the start of a news article, for example:
Article 2958 of comp.lang.smalltalk:
Otherwise, answer nil.


class methods
  no messages top