public class ParamHelper
extends java.lang.Object
Constructor and Description |
---|
ParamHelper() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getBytes(ParamName name) |
static byte[] |
getBytes(ParamName[] names) |
static byte[] |
getBytes(ParamName[] names,
int start,
int end) |
static byte[] |
getBytes(ParamValue value) |
static byte[] |
getBytes(ParamValueList params) |
static byte[] |
getBytes(ParamValueList params,
int start,
int end) |
static ParamValue |
getParam(byte[] data) |
static ParamValueList |
getParamList(byte[] data) |
public static byte[] getBytes(ParamName name)
public static byte[] getBytes(ParamName[] names)
public static byte[] getBytes(ParamName[] names, int start, int end)
public static byte[] getBytes(ParamValue value)
public static byte[] getBytes(ParamValueList params)
public static byte[] getBytes(ParamValueList params, int start, int end)
public static ParamValue getParam(byte[] data)
public static ParamValueList getParamList(byte[] data)