@Internal public final class SprmUtils extends java.lang.Object
| Constructor and Description | 
|---|
| SprmUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | addSpecialSprm(short instruction,
              byte[] varParam,
              java.util.List<byte[]> list) | 
| static int | addSprm(short instruction,
       boolean param,
       java.util.List<byte[]> list) | 
| static int | addSprm(short instruction,
       int param,
       byte[] varParam,
       java.util.List<byte[]> list) | 
| static int | convertBrcToInt(short[] brc) | 
| static byte[] | getGrpprl(java.util.List<byte[]> sprmList,
         int size) | 
| static byte[] | shortArrayToByteArray(short[] convert) | 
public static byte[] shortArrayToByteArray(short[] convert)
public static int addSpecialSprm(short instruction,
                                 byte[] varParam,
                                 java.util.List<byte[]> list)
public static int addSprm(short instruction,
                          boolean param,
                          java.util.List<byte[]> list)
public static int addSprm(short instruction,
                          int param,
                          byte[] varParam,
                          java.util.List<byte[]> list)
public static byte[] getGrpprl(java.util.List<byte[]> sprmList,
                               int size)
public static int convertBrcToInt(short[] brc)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.