Class SprmUtils

java.lang.Object
org.apache.poi.hwpf.sprm.SprmUtils

@Internal public final class SprmUtils extends Object
  • Constructor Details

    • SprmUtils

      public SprmUtils()
  • Method Details

    • 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)