public class StorageFlag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CONSTANT
Marks the stored data as constant, meaning that it cannot be modified or deleted once
written.
|
static byte |
NONE |
| Constructor and Description |
|---|
StorageFlag() |
public static final byte NONE
public static final byte CONSTANT