Skip navigation links
B C D E F G I L N R S T U 

B

BitmapUtil - Class in com.nanchen.compresshelper
图片处理工具类 Author: nanchen Email: liushilin520@foxmail.com Date: 2017-03-08 9:03
build() - Method in class com.nanchen.compresshelper.CompressHelper.Builder
 
Builder(Context) - Constructor for class com.nanchen.compresshelper.CompressHelper.Builder
 

C

com.nanchen.compresshelper - package com.nanchen.compresshelper
 
CompressHelper - Class in com.nanchen.compresshelper
压缩方法工具类 Author: nanchen Email: liushilin520@foxmail.com Date: 2017-03-08 9:03
CompressHelper.Builder - Class in com.nanchen.compresshelper
采用建造者模式,设置Builder
compressToBitmap(File) - Method in class com.nanchen.compresshelper.CompressHelper
压缩为Bitmap
compressToFile(File) - Method in class com.nanchen.compresshelper.CompressHelper
压缩成文件

D

decodeSampledBitmapFromFile(String, int, int) - Static method in class com.nanchen.compresshelper.ImageUtil
从SD卡上加载图片
decodeSampledBitmapFromResource(Resources, int, int, int) - Static method in class com.nanchen.compresshelper.ImageUtil
从Resources中加载图片
deleteTempFile(String) - Static method in class com.nanchen.compresshelper.ImageUtil
删除临时图片

E

equals(CharSequence, CharSequence) - Static method in class com.nanchen.compresshelper.StringUtil
判断两字符串是否相等
equalsIgnoreCase(String, String) - Static method in class com.nanchen.compresshelper.StringUtil
判断两字符串忽略大小写是否相等

F

FileUtil - Class in com.nanchen.compresshelper
文件工具类 Author: nanchen Email: liushilin520@foxmail.com Date: 2017-03-08 9:03

G

getDefault(Context) - Static method in class com.nanchen.compresshelper.CompressHelper
 
getFileByPath(String) - Static method in class com.nanchen.compresshelper.FileUtil
根据文件路径获取文件
getTempFile(Context, Uri) - Static method in class com.nanchen.compresshelper.FileUtil
获取临时文件

I

ImageUtil - Class in com.nanchen.compresshelper
Bitmap 压缩相关操作工具类 原理不明白请查看我博客:http://www.cnblogs.com/liushilin/p/6116759.html Author: nanchen Email: liushilin520@foxmail.com Date: 2017-02-13 15:43
ImageUtil() - Constructor for class com.nanchen.compresshelper.ImageUtil
 
isDir(String) - Static method in class com.nanchen.compresshelper.FileUtil
判断是否是目录
isDir(File) - Static method in class com.nanchen.compresshelper.FileUtil
判断是否是目录
isEmpty(CharSequence) - Static method in class com.nanchen.compresshelper.StringUtil
判断字符串是否为null或长度为0
isFile(String) - Static method in class com.nanchen.compresshelper.FileUtil
判断是否是文件
isFile(File) - Static method in class com.nanchen.compresshelper.FileUtil
判断是否是文件
isFileExists(String) - Static method in class com.nanchen.compresshelper.FileUtil
判断文件是否存在
isFileExists(File) - Static method in class com.nanchen.compresshelper.FileUtil
判断文件是否存在
isSpace(String) - Static method in class com.nanchen.compresshelper.StringUtil
判断字符串是否为null或全为空格

L

length(CharSequence) - Static method in class com.nanchen.compresshelper.StringUtil
返回字符串长度
lowerFirstLetter(String) - Static method in class com.nanchen.compresshelper.StringUtil
首字母小写

N

null2Length0(String) - Static method in class com.nanchen.compresshelper.StringUtil
null转为长度为0的字符串

R

rename(String, String) - Static method in class com.nanchen.compresshelper.FileUtil
重命名文件
rename(File, String) - Static method in class com.nanchen.compresshelper.FileUtil
重命名文件
renameFile(File, String) - Static method in class com.nanchen.compresshelper.FileUtil
重命名文件
reverse(String) - Static method in class com.nanchen.compresshelper.StringUtil
反转字符串

S

setBitmapConfig(Bitmap.Config) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置Bitmap的参数
setCompressFormat(Bitmap.CompressFormat) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置压缩的后缀格式
setDestinationDirectoryPath(String) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置目的存储路径
setFileName(String) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置文件名称
setFileNamePrefix(String) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置文件前缀
setMaxHeight(float) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置图片最大高度
setMaxWidth(float) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置图片最大宽度
setQuality(int) - Method in class com.nanchen.compresshelper.CompressHelper.Builder
设置压缩质量,建议80
StringUtil - Class in com.nanchen.compresshelper
字符串相关工具类 Author: nanchen Email: liushilin520@foxmail.com Date: 2017-02-19 9:52

T

toDBC(String) - Static method in class com.nanchen.compresshelper.StringUtil
转化为半角字符
toSBC(String) - Static method in class com.nanchen.compresshelper.StringUtil
转化为全角字符

U

upperFirstLetter(String) - Static method in class com.nanchen.compresshelper.StringUtil
首字母大写
B C D E F G I L N R S T U 
Skip navigation links