|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpeer2me.service.HexBuilder
public class HexBuilder
This class contains the tool for converting a simple string into a 32-character hexstring used as a serviceID. Enables the user to type a normal ASCII-string as ServiceID.
Constructor Summary | |
---|---|
HexBuilder()
|
Method Summary | |
---|---|
static java.lang.String |
getHexString(java.lang.String serviceID)
A static method taking a normal ASCII-string transforming it into a correspondent string in hex codes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HexBuilder()
Method Detail |
---|
public static java.lang.String getHexString(java.lang.String serviceID) throws HexConversionException
serviceID
- The string in ASCII containing the desired serviceID
HexConversionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |