| Class | Description |
|---|---|
| ArrayUtils |
一个用来处理Array的工具类。 A useful tools to handle array.
|
| Base64Util | |
| Base64Util.InputStream |
A
.InputStream will read data from another
java.io.InputStream, given in the constructor, and encode/decode
to/from org.codelogger.utils.Base64Util notation on the fly. |
| Base64Util.OutputStream |
A
.OutputStream will write data to another
java.io.OutputStream, given in the constructor, and
encode/decode to/from org.codelogger.utils.Base64Util notation on
the fly. |
| BeanUtils |
处理JavaBean的工具类。 A useful tool to handle beans.
|
| ClassUtils |
处理对象类型的工具类。
A useful tools to handle class.
|
| CollectionUtils |
A useful tools to handle collection, likes judge empty, not empty, get first
or null, to list, to set, to array and so on...
|
| DateUtils |
A useful tools to handle dates, likes get date from string, date format, get
date back, calculate date between, get first/last day of month, get
year/month/week/day/hour/minute/second and so on...
|
| DownloadUtils | |
| ExceptionThrower | |
| ExceptionThrowerFactory | |
| ExceptionUtils | |
| FileUtils |
A useful tools to handle files, likes judge exist\folder, get file, get file
bytes, writ file, copy files, and so on...
|
| HtmlUtils | |
| HttpUtils | |
| IllegalArgumentExceptionThrower | |
| ImageUtils |
A useful tools to handle images, likes get imageReader from file or web URL,
get image format name, and so on...
|
| ImageUtils.ImageReaderUtils |
A tool to handle image reader.
|
| IOUtils | |
| JudgeUtils |
A useful tools to judge like equal, not same, is null, is not null, all is
null, all is not null, greater or less and so on...
|
| MapUtils | |
| MathUtils |
A useful to handle math, likes get random value, number to string, and so on.
|
| MD5Utils | |
| MethodUtils |
A useful tools to handle methods, like find public/all method, invoke methods
and so on...
|
| Monitor | |
| MonitorUtils | |
| ObjectUtils |
A useful tools to handle object, likes to string, get hash code, compare
objects, get class name and so on.
|
| PathUtils | |
| PrintUtils | |
| PropertiesUtils | |
| RangeUtils | |
| SortUtils |
A useful tools to handle comparable array or collection.
|
| StringUtils |
A useful tools to handle string, likes judge blank or not blank, first
character to upper or lower case, index with, judge contains, encoding,
replace, delete and so on...
|
| ValueUtils |
A useful tools to handle numbers.
|
| VerifyUtils | |
| XMLUtils |
Copyright © 2014. All rights reserved.