A class used to store and access the results of an AwkPattern match.
It is important for you to remember that AwkMatcher does not save
parenthesized sub-group information.
The AwkStreamInput class is used to look for pattern matches in an
input stream (actually a java.io.Reader instance) in conjunction with
the AwkMatcher class.