com.itextpdf.text.pdf
Class ArrayBasedStringTokenizer
java.lang.Object
com.itextpdf.text.pdf.ArrayBasedStringTokenizer
public class ArrayBasedStringTokenizer
- extends Object
Tokenizes the given text based on a given array of Strings. On assembling the output array,
you should be able to get back the original text.
- Author:
- Palash Ray
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayBasedStringTokenizer
public ArrayBasedStringTokenizer(String[] tokens)
tokenize
public String[] tokenize(String text)
Copyright © 2014. All Rights Reserved.