Class FastFormat


  • public class FastFormat
    extends Object
    • Constructor Detail

      • FastFormat

        public FastFormat()
    • Method Detail

      • toZeroPaddedString

        public static byte[] toZeroPaddedString​(long num,
                                                int width,
                                                int radix,
                                                byte[] prefix)
      • toZeroPaddedString

        public static int toZeroPaddedString​(byte[] output,
                                             int outputOffset,
                                             long num,
                                             int width,
                                             int radix,
                                             byte[] prefix)