Fields Summary |
---|
public static final byte | CURRENT_VERSIONIndicates the current version, increase the version if more types
are added. |
public static final byte | BINARY_TYPEIndicates the stored field is a byte array. |
public static final byte | STRING_TYPEIndicates the stored field is a String. |
public static final byte | LONG_TYPEIndicates the stored field is a long. |