public class nvlist_t
extends com.sun.jna.PointerType
| Constructor and Description |
|---|
nvlist_t() |
| Modifier and Type | Method and Description |
|---|---|
static nvlist_t |
alloc(int nvflag)
Allocates a new
nvlist_t. |
static nvlist_t |
allocMap() |
protected void |
finalize() |
nvlist_t |
getNVList(String key) |
String |
getString(String key) |
void |
put(String key,
boolean value) |
void |
put(String key,
nvlist_t value) |
void |
put(String key,
String value) |
Copyright © 2008–2017. All rights reserved.