@Deprecated public class Other extends Object
| 构造器和说明 |
|---|
Other()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
ArrayBytesDecrypt(byte[] data)
已过时。
|
static byte[] |
ArrayBytesEncryption(byte[] data)
已过时。
|
static byte[] |
ArraysToNewArray(byte[] first,
byte[] second)
已过时。
|
static <T> T[] |
ArraysToNewArray(T[] first,
T[] second)
已过时。
|
static int |
byteArrayint(byte[] res)
已过时。
|
static long |
ByteArrayToLong(byte[] bytes)
已过时。
|
static Object |
ByteArrayToNewObject(byte[] b)
已过时。
|
static <T> T |
copyClassToNewClass(T obj)
已过时。
|
static String |
decodeUnicode(String theString)
已过时。
unicode 转换成 中文
|
static boolean |
DZipInput(File file,
File pathFile)
已过时。
java自带文件解压
|
static String |
getAddresses(String content,
String encodingString)
已过时。
|
static String |
getPC_NAME()
已过时。
|
static String |
getPC_sequence()
已过时。
|
static String |
getPCUser_NAME()
已过时。
|
static String |
getShortUuid()
已过时。
|
static String |
getUUID()
已过时。
|
static String |
getVerifyCode(int codeSize)
已过时。
|
static byte[] |
GZIPComperssor(byte[] body)
已过时。
|
static byte[] |
GZIPDecompressor(byte[] body)
已过时。
|
static byte[] |
intToByteArray(int i)
已过时。
|
static boolean |
isDouble(String string)
已过时。
|
static boolean |
isHttpUrl(String http)
已过时。
|
static boolean |
isInteger(String string)
已过时。
|
static boolean |
isLong(String string)
已过时。
|
static boolean |
isMailString(String mialString)
已过时。
|
static byte[] |
LongToByteArray(long data)
已过时。
|
static String |
MD5(String plainText)
已过时。
|
static byte[] |
ObjectToNewByteArray(Object obj)
已过时。
|
static <T> boolean |
ObjectToNewObjectBoolean(T obj,
Class<?> toobj)
已过时。
|
static String |
ObjectToNewString(Object object)
已过时。
|
static int |
random(int l,
int r)
已过时。
|
static String |
RipeMD128(byte[] bytes)
已过时。
|
static String |
RipeMD128(String plainText)
已过时。
|
static String |
Sha256(String plainText)
已过时。
|
static String |
Sha512(String plainText)
已过时。
|
static void |
sleep(int i)
已过时。
|
static Object |
StringToNewObjet(String s)
已过时。
|
static byte[] |
subArrays(byte[] rec,
int i,
int length)
已过时。
数组截取
|
public static final String[] chars
public static void sleep(int i)
public static <T> boolean ObjectToNewObjectBoolean(T obj,
Class<?> toobj)
public static byte[] intToByteArray(int i)
public static int byteArrayint(byte[] res)
public static boolean isDouble(String string)
public static boolean isLong(String string)
public static final Object ByteArrayToNewObject(byte[] b)
public static final byte[] ObjectToNewByteArray(Object obj)
public static <T> T copyClassToNewClass(T obj)
public static boolean isMailString(String mialString)
public static <T> T[] ArraysToNewArray(T[] first,
T[] second)
public static byte[] ArraysToNewArray(byte[] first,
byte[] second)
public static boolean isInteger(String string)
public static String getVerifyCode(int codeSize)
public static String getShortUuid()
public static boolean isHttpUrl(String http)
public static String getUUID()
public static byte[] GZIPComperssor(byte[] body)
public static byte[] GZIPDecompressor(byte[] body)
public static boolean DZipInput(File file, File pathFile)
file - pathFile - public static byte[] ArrayBytesDecrypt(byte[] data)
public static byte[] ArrayBytesEncryption(byte[] data)
public static String getAddresses(String content, String encodingString) throws UnsupportedEncodingException
content - 请求的参数 格式为:name=xxx&pwd=xxxencodingString - 服务器端请求编码。如GBK,UTF-8等UnsupportedEncodingExceptionpublic static String decodeUnicode(String theString)
theString - public static String getPC_NAME()
public static String getPC_sequence()
public static String getPCUser_NAME()
public static int random(int l,
int r)
public static String RipeMD128(byte[] bytes)
public static byte[] subArrays(byte[] rec,
int i,
int length)
rec - i - length - public static byte[] LongToByteArray(long data)
public static long ByteArrayToLong(byte[] bytes)
Copyright © 2020. All rights reserved.