Module id.ICE

Class NewLineMessageScanner

Object
DelimiterMessageScanner
NewLineMessageScanner
All Implemented Interfaces:
MessageScanner

public class NewLineMessageScanner extends DelimiterMessageScanner
Scanner for messages where each message is represented as a single line ending with new line (ex. '\n').

The new line is not considered as part of the message.

  • Constructor Details

    • NewLineMessageScanner

      public NewLineMessageScanner()