Package com.topologi.diffx.load.text
Class TokenizerUtils
java.lang.Object
com.topologi.diffx.load.text.TokenizerUtils
A utility class for tokenizers.
- Version:
- 11 May 2010
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intReturns the length in characters of the leading white space in the given char sequence.static intReturns the length in characters of the trailing white spaces in the given char sequence.
-
Constructor Details
-
TokenizerUtils
private TokenizerUtils()Utility class.
-
-
Method Details
-
getLeadingWhiteSpace
Returns the length in characters of the leading white space in the given char sequence.- Parameters:
s- the char sequence to look at.- Returns:
- the number of whitespace characters at the beginning of the sequence..
-
getTrailingWhiteSpace
Returns the length in characters of the trailing white spaces in the given char sequence.- Parameters:
s- the char sequence to look at.- Returns:
- the number of whitespace characters at the end of the sequence..
-