public final class AvPairs extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(List<AvPair> pairs,
int type) |
static List<AvPair> |
decode(byte[] data)
Decode a list of AvPairs
|
static byte[] |
encode(List<AvPair> pairs) |
static AvPair |
get(List<AvPair> pairs,
int type) |
static void |
remove(List<AvPair> pairs,
int type)
Remove all occurances of the given type
|
static void |
replace(List<AvPair> pairs,
AvPair rep)
Replace all occurances of the given type
|
public static List<AvPair> decode(byte[] data) throws CIFSException
data - CIFSExceptionpublic static boolean contains(List<AvPair> pairs, int type)
pairs - type - public static AvPair get(List<AvPair> pairs, int type)
pairs - type - public static void remove(List<AvPair> pairs, int type)
pairs - type - public static void replace(List<AvPair> pairs, AvPair rep)
pairs - rep - Copyright © 2021. All rights reserved.