Class Shorts
java.lang.Object
com.pnfsoftware.jeb.util.primitives.Shorts
Utility methods for
short.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoUnsignedString(short value) Convert a short to its unsigned decimal string representation.
-
Constructor Details
-
Shorts
public Shorts()
-
-
Method Details
-
toUnsignedString
Convert a short to its unsigned decimal string representation.- Parameters:
value- short value- Returns:
- the unsigned decimal representation of
value
-