public class QuotedStringTokenizer extends Object
This class implements a split-method which takes care of quoted strings, i.e. there will be no split within a char sequence that is surrounded by quotes (single or double quotes). These sequences are simply skipped.
| Constructor and Description |
|---|
QuotedStringTokenizer() |
Copyright © 2013 jwall.org. All Rights Reserved.