Package com.openhtmltopdf.util
Class Constants
- java.lang.Object
-
- com.openhtmltopdf.util.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]EMPTY_BYTE_ARRstatic int[]EMPTY_INT_ARRstatic String[]EMPTY_STR_ARR
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
EMPTY_STR_ARR
public static final String[] EMPTY_STR_ARR
-
EMPTY_BYTE_ARR
public static final byte[] EMPTY_BYTE_ARR
-
EMPTY_INT_ARR
public static final int[] EMPTY_INT_ARR
-
-