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

A

addAll(T[], T...) - 类 中的静态方法com.jaemon.commons.toolkit.StringUtils
copy from commons-lang3 Adds all the elements of the given arrays into a new array.
addLeftChar(String, int, char, String) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
左补字符,按字节长度计算
addLeftZero(String, int) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
左补零
addRightChar(String, int, char, String) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
右补字符,按字节长度计算

B

Base64Exception - com.jaemon.commons.toolkit.exception中的异常错误
Base64Exception
Base64Exception(String) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.Base64Exception
 
Base64Exception(Throwable) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.Base64Exception
 
Base64Utils - com.jaemon.commons.toolkit中的类
Base64 和文件互转工具类
BaseException - com.jaemon.commons.toolkit.exception中的异常错误
 
BaseException(String, IPairs) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.BaseException
 
BaseException(Throwable, IPairs) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.BaseException
 
BeanUtils - com.jaemon.commons.toolkit中的类
BeanUtils
BeanUtils() - 类 的构造器com.jaemon.commons.toolkit.BeanUtils
 
byteArrayAdd(byte[], byte[]) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
字节数据相加
bytesToHexString(byte[]) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
转换字节数组为16进制字符串
byteToBinary(byte[]) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
字节转换二进制

C

ClassUtils - com.jaemon.commons.toolkit中的类
ClassUtils
ClassUtils() - 类 的构造器com.jaemon.commons.toolkit.ClassUtils
 
clone(T[]) - 类 中的静态方法com.jaemon.commons.toolkit.StringUtils
commons-lang3 Shallow clones an array returning a typecast result and handling null.
com.jaemon.commons.toolkit - 程序包 com.jaemon.commons.toolkit
 
com.jaemon.commons.toolkit.enums - 程序包 com.jaemon.commons.toolkit.enums
 
com.jaemon.commons.toolkit.exception - 程序包 com.jaemon.commons.toolkit.exception
 
com.jaemon.commons.toolkit.message.iso8583 - 程序包 com.jaemon.commons.toolkit.message.iso8583
 
com.jaemon.commons.toolkit.zip - 程序包 com.jaemon.commons.toolkit.zip
 

D

decode(File) - 类 中的静态方法com.jaemon.commons.toolkit.QrCodeUtils
识别二维码
decoder(String, File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
还原 base64 解码为文件
deepCopy(List<T>) - 类 中的静态方法com.jaemon.commons.toolkit.BeanUtils
list deepCopy
DeepCopyException - com.jaemon.commons.toolkit.exception中的异常错误
DeepCopyException
DeepCopyException(String) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.DeepCopyException
 
DeepCopyException(Throwable) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.DeepCopyException
 

E

encode(File, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.QrCodeUtils
生成二维码
encode(File, int, int, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.QrCodeUtils
生成二维码
encode(File, String, File) - 类 中的静态方法com.jaemon.commons.toolkit.QrCodeUtils
生成带有logo图片的二维码
encode(File, int, int, String, File) - 类 中的静态方法com.jaemon.commons.toolkit.QrCodeUtils
生成带有logo图片的二维码
encoder(File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
文件转 Base64 编码
ExceptionEnum - com.jaemon.commons.toolkit.enums中的枚举
ExceptionEnum

F

format() - 枚举 中的方法com.jaemon.commons.toolkit.enums.ImageFormatEnum
 

G

get() - 枚举 中的方法com.jaemon.commons.toolkit.enums.ExceptionEnum
 
get() - 接口 中的方法com.jaemon.commons.toolkit.IPairs
返回枚举对象
getByteLengthStr(String, int, String) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
获取特定字节长度的字符串
getBytes(byte[], int, int) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
在字节数组获取,从第index开始,length长度的字节数

H

hexStringToBytes(String) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
16进制字符串转字节数组
hexToInputStream(String) - 类 中的静态方法com.jaemon.commons.toolkit.NumberStringUtil
文件16进制字符串转文件流

I

ImageFormatEnum - com.jaemon.commons.toolkit.enums中的枚举
ImageFormatEnum
ImageUtils - com.jaemon.commons.toolkit中的类
图片操作工具类 图片工具包可使用 Thumbnails 包 Java Api: http://tool.oschina.net/uploads/apidocs/jdk-zh/
ImageUtils.ShiftEnum - com.jaemon.commons.toolkit中的枚举
偏移方位枚举
IPairs<K,V,C extends Enum> - com.jaemon.commons.toolkit中的接口
IPairs
isEmpty(CharSequence) - 类 中的静态方法com.jaemon.commons.toolkit.StringUtils
 
isNotEmpty(CharSequence) - 类 中的静态方法com.jaemon.commons.toolkit.StringUtils
 
ISO8583 - com.jaemon.commons.toolkit.message.iso8583中的类
报文交互DTO
ISO8583() - 类 的构造器com.jaemon.commons.toolkit.message.iso8583.ISO8583
 
Iso8583AnalyzerException - com.jaemon.commons.toolkit.exception中的异常错误
Iso8583AnalyzerException
Iso8583AnalyzerException(String) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.Iso8583AnalyzerException
 
Iso8583AnalyzerException(Throwable) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.Iso8583AnalyzerException
 
ISO8583Annotation - com.jaemon.commons.toolkit.message.iso8583中的注释类型
ISO8583字段域注解类

J

j8UrlDecoder(String, File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
 
jdk8Decoder(String, File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
 
jdk8Encoder(File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
 
jdk8MimeDecoder(String, File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
 
jdk8MimeEncoder(File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
 
jdk8UrlEncoder(File) - 类 中的静态方法com.jaemon.commons.toolkit.Base64Utils
 

K

key() - 枚举 中的方法com.jaemon.commons.toolkit.enums.ExceptionEnum
 
key() - 接口 中的方法com.jaemon.commons.toolkit.IPairs
返回枚举项的 key

M

main(String[]) - 类 中的静态方法com.jaemon.commons.toolkit.StarterApp
 

N

NumberStringException - com.jaemon.commons.toolkit.exception中的异常错误
NumberStringException
NumberStringException(String) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.NumberStringException
 
NumberStringException(Throwable) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.NumberStringException
 
NumberStringUtil - com.jaemon.commons.toolkit中的类
字符工具类

P

pack(String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
压缩 srcPath = /home/answer/logs 压缩文件 = /home/answer/logs.tar srcPathFILE_SUFFIX
pack(File) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
压缩 srcFile = /home/answer/logs 压缩文件 = /home/answer/logs.tar srcFileFILE_SUFFIX
pack(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
压缩
pack(File, File) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
压缩
pack(File, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
 
packISO8583(Object, String, String, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.message.iso8583.TransISO8583MessageUtil
ISO8583报文组包
pdf2Image(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.PdfUtils
PDF 文件转单张图片
pdf2Images(String) - 类 中的静态方法com.jaemon.commons.toolkit.PdfUtils
PDF 文件转多张图片(按页转)
pdf2Images(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.PdfUtils
PDF 文件转多张图片(按页转)
pdf2Img(String, String, float, ImageFormatEnum) - 类 中的静态方法com.jaemon.commons.toolkit.PdfUtils
icepdf 方式pdf转图片
PdfOptException - com.jaemon.commons.toolkit.exception中的异常错误
PdfOptException
PdfOptException(String) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.PdfOptException
 
PdfOptException(Throwable) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.PdfOptException
 
PdfUtils - com.jaemon.commons.toolkit中的类
PDF 文件转图片工具类

Q

QrCodeException - com.jaemon.commons.toolkit.exception中的异常错误
QrCodeException
QrCodeException(String) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.QrCodeException
 
QrCodeException(Throwable) - 异常错误 的构造器com.jaemon.commons.toolkit.exception.QrCodeException
 
QrCodeUtils - com.jaemon.commons.toolkit中的类
二维码工具类

R

resize(File, File, double) - 类 中的静态方法com.jaemon.commons.toolkit.ImageUtils
调整图片尺寸

S

shift(File, String, ImageUtils.ShiftEnum, int) - 类 中的静态方法com.jaemon.commons.toolkit.ImageUtils
图片内容移动
shift(File, File, ImageUtils.ShiftEnum, int) - 类 中的静态方法com.jaemon.commons.toolkit.ImageUtils
图片内容移动
shift(File, File, ImageUtils.ShiftEnum, int, String) - 类 中的静态方法com.jaemon.commons.toolkit.ImageUtils
图片内容移动
StarterApp - com.jaemon.commons.toolkit中的类
StarerApp
StarterApp() - 类 的构造器com.jaemon.commons.toolkit.StarterApp
 
StringUtils - com.jaemon.commons.toolkit中的类
StringUtils
suffix() - 枚举 中的方法com.jaemon.commons.toolkit.enums.ImageFormatEnum
 
superDeclaredField(Class<?>) - 类 中的静态方法com.jaemon.commons.toolkit.ClassUtils
获取指定类中所有的私有属性, 包括父类

T

TarUtils - com.jaemon.commons.toolkit.zip中的类
tar 包压缩解压工具类
TarUtils() - 类 的构造器com.jaemon.commons.toolkit.zip.TarUtils
 
toJsonFormat(Class<?>) - 类 中的静态方法com.jaemon.commons.toolkit.ClassUtils
转json格式字符串(带占位符)
TransISO8583MessageUtil - com.jaemon.commons.toolkit.message.iso8583中的类
ISO8583报文组/解包工具类

U

unPack(String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
解压 srcPath = /home/answer/logs.tar 解压目录 = /home/answer srcPath
unPack(File) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
解压 srcFile = /home/answer/logs.tar 解压目录 = /home/answer srcFile
unPack(File, File) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
解压
unPack(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
 
unPack(File, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.TarUtils
解压
unpackISO8583(Class, String) - 类 中的静态方法com.jaemon.commons.toolkit.message.iso8583.TransISO8583MessageUtil
ISO8583报文解包
unpackISO8583(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.message.iso8583.TransISO8583MessageUtil
ISO8583报文解包
unzip(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压
unzip(File, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压
unzip(String, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压
unzip(File, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压
unzipEn(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压(有些情况下不支持文件名称为中文)
unzipEn(String, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压(有些情况下不支持文件名称为中文)
unzipEn(File, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压(有些情况下不支持文件名称为中文)
unzipEn(File, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
解压(有些情况下不支持文件名称为中文)

V

value() - 枚举 中的方法com.jaemon.commons.toolkit.enums.ExceptionEnum
 
value() - 接口 中的方法com.jaemon.commons.toolkit.IPairs
返回枚举项的 value
valueOf(String) - 枚举 中的静态方法com.jaemon.commons.toolkit.enums.ExceptionEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jaemon.commons.toolkit.enums.ImageFormatEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.jaemon.commons.toolkit.ImageUtils.ShiftEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.jaemon.commons.toolkit.enums.ExceptionEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jaemon.commons.toolkit.enums.ImageFormatEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.jaemon.commons.toolkit.ImageUtils.ShiftEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

waterMark(File, File, String, int) - 类 中的静态方法com.jaemon.commons.toolkit.ImageUtils
添加水印

Z

zip(String, List<File>) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩
zip(String, List<File>, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩
zipSplit(String, List<File>) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
分卷压缩
zipSplit(String, List<File>, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
分卷压缩
zipSplit(String, List<File>, long) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
分卷压缩
zipSplit(String, List<File>, long, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
分卷压缩
zipStream(String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩(将文件以流的形式添加到压缩包)
zipStream(String, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩(将文件以流的形式添加到压缩包)
zipStream(String, String, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩(将文件以流的形式添加到压缩包)
zipStream(String, File, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩(将文件以流的形式添加到压缩包)
zipStream(String, File, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩(将文件以流的形式添加到压缩包)
zipStreamPwd(String, String, String) - 类 中的静态方法com.jaemon.commons.toolkit.zip.ZipUtils
压缩(将文件以流的形式添加到压缩包)
ZipUtils - com.jaemon.commons.toolkit.zip中的类
zip 包压缩解压工具类
A B C D E F G H I J K M N P Q R S T U V W Z 
跳过导航链接

Copyright © 2020. All rights reserved.