|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcontrol.system.NVRAM
public class NVRAM
Stores persistent informations into NVRAM.
| Field Summary | |
|---|---|
static int |
MAX_NVRAM_SIZE
the max size of available nvram |
| Method Summary | |
|---|---|
static byte[] |
loadBytes()
load bytes from NVRAM |
static void |
storeBytes(byte[] bytes)
store bytes to NVRAM (the bytearray must be smaller equal than MAX_NVRAM_SIZE) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, notifyAll, toString, wait |
| Field Detail |
|---|
public static final int MAX_NVRAM_SIZE
| Method Detail |
|---|
public static byte[] loadBytes()
throws IOException
IOException
public static void storeBytes(byte[] bytes)
throws IOException
bytes - to be saved
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||