Package com.kitfox.svg.xml.cpx
Interface CPXConsts
-
- All Known Implementing Classes:
CPXInputStream
,CPXOutputStream
public interface CPXConsts
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]
MAGIC_NUMBER
static int
XL_PLAIN
static int
XL_ZIP_CRYPT
-
-
-
Field Detail
-
MAGIC_NUMBER
static final byte[] MAGIC_NUMBER
-
XL_PLAIN
static final int XL_PLAIN
- See Also:
- Constant Field Values
-
XL_ZIP_CRYPT
static final int XL_ZIP_CRYPT
- See Also:
- Constant Field Values
-
-