public class VerifyUtil extends Object
| 构造器和说明 |
|---|
VerifyUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
verifyChar(byte[] tar,
char[] src,
Enum<?> e) |
static void |
verifyChar(char[] tar,
char[] src,
Enum<?> e) |
static void |
verifyCrc(char[] msg,
char[] crc,
Enum<?> e) |
static void |
verifyHave(Map<String,?> object,
Enum<?> e) |
static void |
verifyLen(int count,
int length,
Enum<?> e) |
static void |
verifyLen(String str,
int length,
Enum<?> e) |
static void |
verifyLen(String str,
int min,
int max,
Enum<?> e) |
static void |
verifyRange(int src,
int min,
int max,
Enum<?> e) |
static String |
verifyRange(String str,
int min,
int max,
Enum<?> e) |
public static void verifyChar(char[] tar,
char[] src,
Enum<?> e)
throws T212FormatException
public static void verifyChar(byte[] tar,
char[] src,
Enum<?> e)
throws T212FormatException
public static void verifyLen(int count,
int length,
Enum<?> e)
throws T212FormatException
public static void verifyLen(String str, int min, int max, Enum<?> e) throws T212FormatException
public static void verifyLen(String str, int length, Enum<?> e) throws T212FormatException
public static void verifyRange(int src,
int min,
int max,
Enum<?> e)
throws T212FormatException
public static String verifyRange(String str, int min, int max, Enum<?> e) throws T212FormatException
public static void verifyCrc(char[] msg,
char[] crc,
Enum<?> e)
throws T212FormatException
public static void verifyHave(Map<String,?> object, Enum<?> e) throws T212FormatException
Copyright © 2021. All rights reserved.