Class SprmUtils

    • Constructor Detail

      • SprmUtils

        public SprmUtils()
    • Method Detail

      • shortArrayToByteArray

        public static byte[] shortArrayToByteArray​(short[] convert)
      • addSpecialSprm

        public static int addSpecialSprm​(short instruction,
                                         byte[] varParam,
                                         List<byte[]> list)
      • addSprm

        public static int addSprm​(short instruction,
                                  boolean param,
                                  List<byte[]> list)
      • addSprm

        public static int addSprm​(short instruction,
                                  int param,
                                  byte[] varParam,
                                  List<byte[]> list)
      • getGrpprl

        public static byte[] getGrpprl​(List<byte[]> sprmList,
                                       int size)
      • convertBrcToInt

        public static int convertBrcToInt​(short[] brc)