org.apache.poi.hwpf.sprm
Class SprmUtils
java.lang.Object
org.apache.poi.hwpf.sprm.SprmUtils
public class SprmUtils
- extends java.lang.Object
Method Summary |
static int |
addSpecialSprm(short instruction,
byte[] varParam,
java.util.List list)
|
static int |
addSprm(short instruction,
int param,
byte[] varParam,
java.util.List list)
|
static int |
convertBrcToInt(short[] brc)
|
static byte[] |
getGrpprl(java.util.List sprmList,
int size)
|
static byte[] |
shortArrayToByteArray(short[] convert)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SprmUtils
public SprmUtils()
shortArrayToByteArray
public static byte[] shortArrayToByteArray(short[] convert)
addSpecialSprm
public static int addSpecialSprm(short instruction,
byte[] varParam,
java.util.List list)
addSprm
public static int addSprm(short instruction,
int param,
byte[] varParam,
java.util.List list)
getGrpprl
public static byte[] getGrpprl(java.util.List sprmList,
int size)
convertBrcToInt
public static int convertBrcToInt(short[] brc)
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.