Class Shorts

java.lang.Object
com.pnfsoftware.jeb.util.primitives.Shorts

public class Shorts extends Object
Utility methods for short.
  • Constructor Details

    • Shorts

      public Shorts()
  • Method Details

    • toUnsignedString

      public static String toUnsignedString(short value)
      Convert a short to its unsigned decimal string representation.
      Parameters:
      value - short value
      Returns:
      the unsigned decimal representation of value