public final class KinConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAGIC
The magic marker for Kin files.
|
static java.lang.String |
STANDARD_EXTENSION
The standard file extension used with the Kin format.
|
static byte |
VERSION_ONE
The marker for version 1 of the Kin format.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toHexString(int integer)
Coverts the given integer to a Kin-compatible hexadecimal
format.
|
public static final int MAGIC
public static final byte VERSION_ONE
public static final java.lang.String STANDARD_EXTENSION