public final class KeyUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<byte[]> |
getKeyBytes(Collection<String> keys)
Get the keys in byte form for all of the string keys.
|
static byte[] |
getKeyBytes(String k)
Get the bytes for a key.
|
public static byte[] getKeyBytes(String k)
k
- the keypublic static Collection<byte[]> getKeyBytes(Collection<String> keys)
keys
- a collection of keysCopyright © 2016. All rights reserved.