Class Patterns


  • public final class Patterns
    extends Object
    The Patterns class provides various static methods that implement commonly used stream processing commands.
    • Constructor Detail

      • Patterns

        public Patterns()
    • Method Detail

      • beginStreamIgnore

        public static void beginStreamIgnore​(PushStream stream)
        Inserts a sequence of commands that will ignore the rest of the stream until the end stream sequence is inserted
        Parameters:
        stream - - the stream
      • endStreamIgnore

        public static void endStreamIgnore​(PushStream stream)
        Inserts a sequence of commands that cancels stream ignore
        Parameters:
        stream - - the input stream