public final class Patterns extends Object
Patterns class provides various static methods that implement commonly used stream processing commands.| Constructor and Description |
|---|
Patterns() |
| Modifier and Type | Method and Description |
|---|---|
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
|
static void |
endStreamIgnore(PushStream stream)
Inserts a sequence of commands that cancels stream ignore
|
public static void beginStreamIgnore(PushStream stream)
stream - - the streampublic static void endStreamIgnore(PushStream stream)
stream - - the input streamCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.