| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.util.HexUtil
HexUtil | public class HexUtil (Code) | | A simple utility to provide the Hexidecimal conversions for the log files.
This contains the string-length checking and other verification steps
that might be left out of some implementations.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/07/08 05:29:20 $ since: July 7, 2004 |
Inner Class :public static class TwoShorts | |
Constructor Summary | |
protected | HexUtil() Creates a new finder using the default (system) classpath. |
Method Summary | |
final public static HexUtil | getInstance() | public boolean | parseTwoHex(String text, TwoShorts ts, char sep, int startPos) Parses two hex strings separated by a character. |
HexUtil | protected HexUtil()(Code) | | Creates a new finder using the default (system) classpath.
|
parseTwoHex | public boolean parseTwoHex(String text, TwoShorts ts, char sep, int startPos)(Code) | | Parses two hex strings separated by a character. The string should
not start with the separator char after the startPos.
true if ts was populated correctly,or false if there was an error parsing the string. |
|
|