跳过导航链接
A B C D E F G H I K L M N O P R S T U V W 

A

AesUtils - net.ifok.common.security中的类
 
AesUtils() - 类 的构造器net.ifok.common.security.AesUtils
 
averageList(List<T>, int) - 类 中的静态方法net.ifok.common.base.ListUtils
按大小分组

B

Base64Utils - net.ifok.common.security中的类
 
Base64Utils() - 类 的构造器net.ifok.common.security.Base64Utils
 
binToHex(byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
将字节集转换为16进制
binToHex(byte[], boolean) - 类 中的静态方法net.ifok.common.io.BytesUtils
将字节集转换16进制
binToInt(byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
将字节集转换为int类型
binToLong(byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
将字节集转换为long类
binToShort(byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
将字节集转换为short类型
byte2File(byte[], File) - 类 中的静态方法net.ifok.common.io.IOUtils
bytes数组转换为File类型
byte2InputStream(byte[]) - 类 中的静态方法net.ifok.common.io.IOUtils
将Java io中的byte数组转换为inputstream
byte2InputStream(byte[]) - 类 中的静态方法net.ifok.common.io.StreamUtils
将Java io中的byte数组转换为inputstream
bytesToObject(byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
字节集到对象
BytesUtils - net.ifok.common.io中的类
 
BytesUtils() - 类 的构造器net.ifok.common.io.BytesUtils
 

C

compress(InputStream, OutputStream, float) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
流方式输入输出图片压缩
compress(InputStream, OutputStream, float, String) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
流方式输入输出图片压缩
compressAndReSize(InputStream, OutputStream, float, int, int) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
压缩并重置大小(流式)
compressAndReSize(InputStream, OutputStream, float, int, int, String) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
 
compressAndSizeHeight(InputStream, OutputStream, float, int) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
根据宽比例压缩(流式)
compressAndSizeHeight(InputStream, OutputStream, float, int, String) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
根据宽比例压缩(流式)
compressAndSizeWidth(InputStream, OutputStream, float, int) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
根据宽比例压缩(流式)
compressAndSizeWidth(InputStream, OutputStream, float, int, String) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
根据宽比例压缩(流式)
compressAndWatermark(InputStream, OutputStream, InputStream, Positions, float, float) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
压缩并添加图片水印(流式)
compressAndWatermark(InputStream, OutputStream, InputStream, Positions, float, float, String) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
压缩并添加图片水印(流式)
compressAndWatermarks(InputStream, OutputStream, InputStream, List<Positions>, float, float, String) - 类 中的静态方法net.ifok.common.image.ImageCompressUtils
 
createOrUpdateHtmlTagAttr(String, String, String, String) - 类 中的静态方法net.ifok.common.html.HtmlUtils
修改或创建一个HTML标签的属性

D

DATE - 类 中的静态变量net.ifok.common.constants.RegExpConstant
日期格式
DATE_FORMAT - 类 中的静态变量net.ifok.common.date.DateUtils
默认格式
DATE_OR_EMPTY - 类 中的静态变量net.ifok.common.constants.RegExpConstant
日期或者空
DATE_TIME - 类 中的静态变量net.ifok.common.constants.RegExpConstant
日期时间 2020-01-01 12:20:40
DATE_TIME_FORMAT - 类 中的静态变量net.ifok.common.date.DateUtils
时间
DATE_TIME_OR_EMPTY - 类 中的静态变量net.ifok.common.constants.RegExpConstant
日期时间或空
DateUtils - net.ifok.common.date中的类
 
DateUtils() - 类 的构造器net.ifok.common.date.DateUtils
 
decodeToString(String, String) - 类 中的静态方法net.ifok.common.security.Base64Utils
base64 解码
decrypt(byte[], byte[]) - 类 中的静态方法net.ifok.common.security.AesUtils
AES解密
decrypt(byte[], byte[]) - 类 中的静态方法net.ifok.common.security.DesUtils
DES解密
decrypt(Key, byte[]) - 类 中的静态方法net.ifok.common.security.RsaUtils
解密
DesUtils - net.ifok.common.security中的类
 
DesUtils() - 类 的构造器net.ifok.common.security.DesUtils
 
doDelete(String, Map<String, String>, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
delete k-v参数
doDelete(String, Map<String, String>, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doDelete(String, Map<String, String>, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doDeletedoPut(String, String, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
Delete json 参数
doDeletedoPut(String, String, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doDeletedoPut(String, String, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doGet(String, Map<String, String>, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
get请求
doGet(String, Map<String, String>, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doGet(String, Map<String, String>, Map<String, String>, int, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doGet(String, Map<String, String>, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doGetImg(String, Map<String, String>, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
下载图片,返回的事base64编码后的字符串
doHeader(String, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
head请求
doHeader(String, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doHeader(String, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doOptions(String, String, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
options json参数
doOptions(String, String, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doOptions(String, String, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doOptions(String, Map<String, String>, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
options k-v参数
doOptions(String, Map<String, String>, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doOptions(String, Map<String, String>, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPatch(String, String, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
patch json参数
doPatch(String, String, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPatch(String, String, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPatch(String, Map<String, String>, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
patch k-v参数
doPatch(String, Map<String, String>, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPatch(String, Map<String, String>, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPost(String, String, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
post请求 json参数
doPost(String, String, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
POST请求,json参数
doPost(String, String, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
post请求 json参数
doPost(String, Map<String, String>, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
post k-v参数
doPost(String, Map<String, String>, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
POST K-V参数
doPost(String, Map<String, String>, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
post k-v参数
doPut(String, String, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
PUT JSON参数
doPut(String, String, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPut(String, String, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPut(String, Map<String, String>, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
put k-v参数
doPut(String, Map<String, String>, Map<String, String>, int) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 
doPut(String, Map<String, String>, Map<String, String>, int, String, Integer, String) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
 

E

EMAIL - 类 中的静态变量net.ifok.common.constants.RegExpConstant
电子邮箱
EMAIL_OR_EMPTY - 类 中的静态变量net.ifok.common.constants.RegExpConstant
电子邮件或空
EMOJI - 类 中的静态变量net.ifok.common.constants.RegExpConstant
Emoji表情
enCode(byte[]) - 类 中的静态方法net.ifok.common.security.Md5Utils
[Summary] TODO [Detail] TODO [Dependencies] [Author]
encodeToString(String, String) - 类 中的静态方法net.ifok.common.security.Base64Utils
base64 编码
encrypt(byte[], byte[]) - 类 中的静态方法net.ifok.common.security.AesUtils
AES加密
encrypt(byte[], byte[]) - 类 中的静态方法net.ifok.common.security.DesUtils
DES加密
encrypt(Key, byte[]) - 类 中的静态方法net.ifok.common.security.RsaUtils
加密
extractCSS(String) - 类 中的静态方法net.ifok.common.html.HtmlUtils
提取html代码中标签中的style属性出来生成一个css的字符串 返回的数组第一个是HTML代码,第二个是css代码

F

File2bytes(File) - 类 中的静态方法net.ifok.common.io.IOUtils
文件转换成byte数组
file2Zip(File[], File, boolean) - 类 中的静态方法net.ifok.common.io.IOUtils
采用java内部类将多个文件打包成一个zip包
BUG:打包文件中不能含有zip文件
fileReader(String, String) - 类 中的静态方法net.ifok.common.io.IOUtils
以指定字符集读取文本文件内容.
fileWriter(String, String, String, boolean) - 类 中的静态方法net.ifok.common.io.IOUtils
以指定字符集写入文件内容
fileWriterJre7(String, String, String, boolean) - 类 中的静态方法net.ifok.common.io.IOUtils
以指定字符集写入文件内容[jdk>=1.7]
fillCode(byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
填充算法,将字节集填充到8的整数倍
find(byte[], byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
从一个字节中查询出现的字节
findLast(byte[], byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
倒找字节集
FLOAT_2 - 类 中的静态变量net.ifok.common.constants.RegExpConstant
两位小数

G

generateVerifyCode(int) - 类 中的静态方法net.ifok.common.image.VerifyCodeImageUtils
使用系统默认字符源生成验证码
generateVerifyCode(int, String) - 类 中的静态方法net.ifok.common.image.VerifyCodeImageUtils
使用指定源生成验证码
genKeyPair() - 类 中的静态方法net.ifok.common.security.RsaUtils
生成RSA算法的密钥对
getAge(String, String) - 类 中的静态方法net.ifok.common.date.DateUtils
根据输入生日获取年龄
getBeforeOrAfterNumberDateFromInputDate(String, String, String, int) - 类 中的静态方法net.ifok.common.date.DateUtils
获取当前日期的前/后n天的日期字符串; n为负数,则表示前n天,正数后n天
getCode() - 类 中的方法net.ifok.common.net.model.HttpResponse
 
getCssCodes() - 类 中的方法net.ifok.common.html.model.HtmlExtractData
 
getCurrentDate(String) - 类 中的静态方法net.ifok.common.date.DateUtils
获取当前系统时间或日期(任意格式)
getDateEnd(Date) - 类 中的静态方法net.ifok.common.date.DateUtils
获取日期结束时间(一般用于区间查询)
getDateStart(Date) - 类 中的静态方法net.ifok.common.date.DateUtils
获取日期开始时间(一般用于时间查询)
getHtmlCodes() - 类 中的方法net.ifok.common.html.model.HtmlExtractData
 
getHttpClient() - 类 中的静态方法net.ifok.common.net.HttpClientUtils
获取client
getImageSrc(String) - 类 中的静态方法net.ifok.common.html.HtmlUtils
获取HTML代码中图片标签的src属性
getImg() - 类 中的方法net.ifok.common.net.model.HttpResponse
 
getMd5ForFile(File) - 类 中的静态方法net.ifok.common.security.Md5Utils
[Summary] 计算文件MD5值 [Detail] 计算文件MD5值 [Dependencies] [Author] XQLEE
getMillisecondNow() - 类 中的静态方法net.ifok.common.date.DateUtils
1970 年 1 月 1 日开始计算到 Date 当前对象中的时间之间的毫秒
getPrivateKey(File) - 类 中的静态方法net.ifok.common.security.RsaUtils
通过文件获取私钥对象
getPrivateKey(String) - 类 中的静态方法net.ifok.common.security.RsaUtils
通过字符串获取私钥对象
getPublicKey(File) - 类 中的静态方法net.ifok.common.security.RsaUtils
从公钥文件中加载获取公钥Java对象
getPublicKey(String) - 类 中的静态方法net.ifok.common.security.RsaUtils
从公钥字符串加载获取公钥Java对象
getRedirectURL(String, Map<String, String>) - 类 中的静态方法net.ifok.common.net.HttpClientUtils
获取重定向URL地址
getResult() - 类 中的方法net.ifok.common.net.model.HttpResponse
 
getSecondsToHHMMSS(int) - 类 中的静态方法net.ifok.common.date.DateUtils
整数的秒转换为:HH:MM:SS格式时间

H

hexToBin(String) - 类 中的静态方法net.ifok.common.io.BytesUtils
十六进制转换为字节集
HtmlExtractData - net.ifok.common.html.model中的类
 
HtmlExtractData() - 类 的构造器net.ifok.common.html.model.HtmlExtractData
 
HtmlUtils - net.ifok.common.html中的类
 
HtmlUtils() - 类 的构造器net.ifok.common.html.HtmlUtils
 
HttpClientUtils - net.ifok.common.net中的类
 
HttpResponse - net.ifok.common.net.model中的类
 
HttpResponse() - 类 的构造器net.ifok.common.net.model.HttpResponse
 
HttpResponse(String, int) - 类 的构造器net.ifok.common.net.model.HttpResponse
 

I

ImageCompressUtils - net.ifok.common.image中的类
 
ImageCompressUtils() - 类 的构造器net.ifok.common.image.ImageCompressUtils
 
inputStream2byte(InputStream) - 类 中的静态方法net.ifok.common.io.IOUtils
将Java io中的inputstream转换为byte数组
inputStream2byte(InputStream) - 类 中的静态方法net.ifok.common.io.StreamUtils
将Java io中的inputstream转换为byte数组
INTEGER - 类 中的静态变量net.ifok.common.constants.RegExpConstant
整数
intToBin(int, int) - 类 中的静态方法net.ifok.common.io.BytesUtils
将int类转字节集
IOUtils - net.ifok.common.io中的类
_________________________INFO_____________________________ Description : [JavaIO相关工具类] Encoding : [UTF-8] Package : [org.xqlee.utils.io] Project : [utils] Author : [LXQ] CreateDate : [2015年9月18日下午4:57:42] Updater : [] UpdateDate : [] UpdateRemark: [] Company : [Shallink Electronic Information] Version : [v 1.0] __________________________________________________________
isEmpty(String) - 类 中的静态方法net.ifok.common.string.StringUtils
判断字符为空
isEmptyOrNull(Map) - 类 中的静态方法net.ifok.common.base.MapUtils
判断Map是否为空
isEquery(byte[], byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
两个字节集数组是否相等
isImage(File) - 类 中的静态方法net.ifok.common.io.IOUtils
[Summary] 判断给定的文件是否为图片文件 [Detail] TODO [Dependencies] [Author]
isNotEmpty(String) - 类 中的静态方法net.ifok.common.string.StringUtils
判断字符不为空
isSuccess() - 类 中的方法net.ifok.common.net.model.HttpResponse
 
isTimeHour(String) - 类 中的静态方法net.ifok.common.date.DateUtils
判断输入的一个字符是否为有效的时间-小时
isTimeMinute(String) - 类 中的静态方法net.ifok.common.date.DateUtils
判断输入的一个字符是否未有效时间-分钟
isTimeSecond(String) - 类 中的静态方法net.ifok.common.date.DateUtils
判断输入的一个字符是否未有效时间-秒

K

key2String(Key) - 类 中的静态方法net.ifok.common.security.RsaUtils
将Java对象的公钥或者私钥转换为字符串

L

LINE_SEPARATOR - 类 中的静态变量net.ifok.common.io.IOUtils
获取系统文本换行符
LINE_SEPARATOR - 类 中的静态变量net.ifok.common.io.StreamUtils
获取系统文本换行符
LINE_SEPARATOR_LENGTH - 类 中的静态变量net.ifok.common.io.IOUtils
系统文本换行符长度
LINE_SEPARATOR_LENGTH - 类 中的静态变量net.ifok.common.io.StreamUtils
系统文本换行符长度
ListUtils - net.ifok.common.base中的类
数组工具
ListUtils() - 类 的构造器net.ifok.common.base.ListUtils
 
longToBin(long, int) - 类 中的静态方法net.ifok.common.io.BytesUtils
将long类转字节集

M

main(String[]) - 类 中的静态方法net.ifok.common.image.VerifyCodeImageUtils
 
main(String[]) - 类 中的静态方法net.ifok.common.io.IOUtils
 
main(String[]) - 类 中的静态方法net.ifok.common.security.AesUtils
测试
main(String[]) - 类 中的静态方法net.ifok.common.security.DesUtils
测试
main(String[]) - 类 中的静态方法net.ifok.common.security.Md5Utils
 
main(String[]) - 类 中的静态方法net.ifok.common.security.RsaUtils
 
MapUtils - net.ifok.common.base中的类
 
MapUtils() - 类 的构造器net.ifok.common.base.MapUtils
 
md5(String) - 类 中的静态方法net.ifok.common.security.Md5Utils
[Summary] 文本的MD5到十六进制字符串 [Detail] 文本的MD5到十六进制字符串 [Dependencies] [Author] Xqlee
md5(String, String) - 类 中的静态方法net.ifok.common.security.Md5Utils
[Summary] 计算给定的文本的MD5摘要串 [Detail] 计算给定的文本的MD5摘要串 [Dependencies] [Author]
Md5Utils - net.ifok.common.security中的类
 
Md5Utils() - 类 的构造器net.ifok.common.security.Md5Utils
 
merge(byte[], byte[]...) - 类 中的静态方法net.ifok.common.io.BytesUtils
合并两个字节集
MOBILE - 类 中的静态变量net.ifok.common.constants.RegExpConstant
手机电话号码
MOBILE_OR_EMPTY - 类 中的静态变量net.ifok.common.constants.RegExpConstant
手机号码或空

N

net.ifok.common.base - 程序包 net.ifok.common.base
 
net.ifok.common.constants - 程序包 net.ifok.common.constants
 
net.ifok.common.date - 程序包 net.ifok.common.date
 
net.ifok.common.html - 程序包 net.ifok.common.html
 
net.ifok.common.html.model - 程序包 net.ifok.common.html.model
 
net.ifok.common.image - 程序包 net.ifok.common.image
 
net.ifok.common.io - 程序包 net.ifok.common.io
 
net.ifok.common.net - 程序包 net.ifok.common.net
 
net.ifok.common.net.model - 程序包 net.ifok.common.net.model
 
net.ifok.common.security - 程序包 net.ifok.common.security
 
net.ifok.common.string - 程序包 net.ifok.common.string
 
NumberUtils - net.ifok.common.base中的类
 

O

objectToBytes(Object) - 类 中的静态方法net.ifok.common.io.BytesUtils
对象到字节集
outputImage(int, int, File, String) - 类 中的静态方法net.ifok.common.image.VerifyCodeImageUtils
生成指定验证码图像文件
outputImage(int, int, OutputStream, String) - 类 中的静态方法net.ifok.common.image.VerifyCodeImageUtils
输出指定验证码图片流
outputVerifyImage(int, int, File, int) - 类 中的静态方法net.ifok.common.image.VerifyCodeImageUtils
生成随机验证码文件,并返回验证码值
outputVerifyImage(int, int, OutputStream, int) - 类 中的静态方法net.ifok.common.image.VerifyCodeImageUtils
输出随机验证码图片流,并返回验证码值

P

parseByte(String) - 类 中的静态方法net.ifok.common.base.NumberUtils
字符串byte类型转换为封装byte类型
parseDate2String(Date, String) - 类 中的静态方法net.ifok.common.date.DateUtils
将一个date类型日期转换为指定格式的字符串日期
parseDouble(String) - 类 中的静态方法net.ifok.common.base.NumberUtils
字符串double转换为封装类型double
parseFloat(String) - 类 中的静态方法net.ifok.common.base.NumberUtils
字符串float转换为封装类型float
parseInteger(String) - 类 中的静态方法net.ifok.common.base.NumberUtils
字符串整数转换为Integer类型整数
parseLong(String) - 类 中的静态方法net.ifok.common.base.NumberUtils
字符串long转换为封装类型Long
parseShort(String) - 类 中的静态方法net.ifok.common.base.NumberUtils
字符串short转换为封装类型short
parseString2Date(String, String) - 类 中的静态方法net.ifok.common.date.DateUtils
转换字符串日期为java Date对象日期
parseStringDateFormat(String, String, String) - 类 中的静态方法net.ifok.common.date.DateUtils
字符串字符串日期格式转换
POSITIVE_FLOAT - 类 中的静态变量net.ifok.common.constants.RegExpConstant
正小数
POSITIVE_INTEGER - 类 中的静态变量net.ifok.common.constants.RegExpConstant
正整数
printMap(Map<?, ?>) - 类 中的静态方法net.ifok.common.base.MapUtils
将Map对象按key:value格式打印到控制台 <功能详细描述>
PRIVATE_KEY - 类 中的静态变量net.ifok.common.security.RsaUtils
获取私钥的KEY
PUBLIC_KEY - 类 中的静态变量net.ifok.common.security.RsaUtils
获取公钥的KEY

R

RegExpConstant - net.ifok.common.constants中的类
 
RegExpConstant() - 类 的构造器net.ifok.common.constants.RegExpConstant
 
RsaUtils - net.ifok.common.security中的类
 
RsaUtils() - 类 的构造器net.ifok.common.security.RsaUtils
 

S

setCode(int) - 类 中的方法net.ifok.common.net.model.HttpResponse
 
setCssCodes(String) - 类 中的方法net.ifok.common.html.model.HtmlExtractData
 
setHtmlCodes(String) - 类 中的方法net.ifok.common.html.model.HtmlExtractData
 
setResult(String) - 类 中的方法net.ifok.common.net.model.HttpResponse
 
shortToBin(short, int) - 类 中的静态方法net.ifok.common.io.BytesUtils
将short类型转换为字节集
streamReader(InputStream, String) - 类 中的静态方法net.ifok.common.io.IOUtils
指定字符集读取输入流中文本内容
StreamUtils - net.ifok.common.io中的类
 
StringUtils - net.ifok.common.string中的类
 
subBytes(byte[], int, int) - 类 中的静态方法net.ifok.common.io.BytesUtils
取字节集中间

T

TEL - 类 中的静态变量net.ifok.common.constants.RegExpConstant
座机号码
TEL_OR_EMPTY - 类 中的静态变量net.ifok.common.constants.RegExpConstant
座机号码或者空
TIME - 类 中的静态变量net.ifok.common.constants.RegExpConstant
时间格式 12:12:59
TIME_OR_EMPTY - 类 中的静态变量net.ifok.common.constants.RegExpConstant
时间格式或者空
toBean(Class<T>, Map<String, ? extends Object>) - 类 中的静态方法net.ifok.common.base.MapUtils
Map to Bean <功能简述> <功能详细描述>
toMap(Object) - 类 中的静态方法net.ifok.common.base.MapUtils
Bean转换为map

U

unFillCode(byte[]) - 类 中的静态方法net.ifok.common.io.BytesUtils
将填充算法的数据还原

V

VERIFY_CODES - 类 中的静态变量net.ifok.common.image.VerifyCodeImageUtils
 
VerifyCodeImageUtils - net.ifok.common.image中的类
 
VerifyCodeImageUtils() - 类 的构造器net.ifok.common.image.VerifyCodeImageUtils
 

W

WEB_URL - 类 中的静态变量net.ifok.common.constants.RegExpConstant
url地址
A B C D E F G H I K L M N O P R S T U V W 
跳过导航链接

Copyright © 2021. All rights reserved.