- FileCheck - Class in bap.util.file
-
文件校验和计算,使用md5计算
- FileCheck() - Constructor for class bap.util.file.FileCheck
-
- FileCollector - Class in bap.util.file
-
功能描述: 提供获取指定文件夹及其子文件夹中的所有文件的功能。
创建日期: 2014-12-30 上午11:12:10
开发环境: JDK6.0
- FileCollector() - Constructor for class bap.util.file.FileCollector
-
- FileNameGenerator - Class in bap.util.rule.generator
-
- FileNameGenerator() - Constructor for class bap.util.rule.generator.FileNameGenerator
-
- fileToBufferedImage(BitMatrix) - Method in class bap.util.media.QRCodeUtil
-
构建初始化二维码
- FileUtil - Class in bap.util.file
-
功能描述: 文件的相关的操作
创建日期: 2014-12-30 下午1:25:11
开发环境: JDK6.0
- FileUtil() - Constructor for class bap.util.file.FileUtil
-
- FK - Static variable in class bap.util.security.SM4
-
- flipHorizontally() - Method in class bap.util.media.ImageUtil
-
功能描述: 水平翻转
- flipVertically() - Method in class bap.util.media.ImageUtil
-
功能描述:垂直翻转
- FlushOperation(Flushable) - Constructor for class bap.util.net.HttpRequest.FlushOperation
-
Create flush operation
- FolderNameGenerator - Class in bap.util.policy.generator
-
类: FolderNameGenerator
功能描述:
创建人: 赵良士
创建日期: 2014-5-8下午06:14:43
开发环境: JDK6.0
- FolderNameGenerator() - Constructor for class bap.util.policy.generator.FolderNameGenerator
-
- FolderNameGenerator - Class in bap.util.rule.generator
-
- FolderNameGenerator() - Constructor for class bap.util.rule.generator.FolderNameGenerator
-
- followRedirects(boolean) - Method in class bap.util.net.HttpRequest
-
Set whether or not the underlying connection should follow redirects in
the response.
- fontDetail - Variable in class bap.util.file.PDFHeaderFooter
-
- fontSize - Variable in class bap.util.file.PDFHeaderFooter
-
- form(Map<?, ?>) - Method in class bap.util.net.HttpRequest
-
Write the values in the map as form data to the request body
:将映射中的值作为表单数据写入请求体
- form(Map.Entry<?, ?>) - Method in class bap.util.net.HttpRequest
-
Write the key and value in the entry as form data to the request body
:将输入中的键和值写入请求主体的表单数据
- form(Map.Entry<?, ?>, String) - Method in class bap.util.net.HttpRequest
-
Write the key and value in the entry as form data to the request body
:将输入中的键和值写入请求主体的表单数据
- form(Object, Object) - Method in class bap.util.net.HttpRequest
-
Write the name/value pair as form data to the request body
:将名称/值对作为表单数据写入请求体
- form(Object, Object, String) - Method in class bap.util.net.HttpRequest
-
Write the name/value pair as form data to the request body
:将名称/值对作为表单数据写入请求体
- form(Map<?, ?>, String) - Method in class bap.util.net.HttpRequest
-
Write the values in the map as encoded form data to the request body
:将映射中的值作为编码的表单数据写入请求体
- format() - Static method in class bap.util.DateUtil
-
功能描述: 格式化本地系统的当前日期时间,默认模式为 yyyy-MM-dd HH:mm:ss
- format(Date) - Static method in class bap.util.DateUtil
-
功能描述: 格式化指定日期时间,默认模式为 yyyy-MM-dd HH:mm:ss
- format(Date, String) - Static method in class bap.util.DateUtil
-
功能描述: 格式化本地系统的日期时间,时间模式由参数决定
- format(String) - Static method in class bap.util.DateUtil
-
功能描述: 格式化本地系统的日期时间,时间模式由参数决定
- format(String, String) - Static method in class bap.util.json.JSONFormatUtil
-
json字符串的格式化
- FreeMarkerUtil - Interface in bap.util.freemarker
-
FreeMarker工具类接口
- FreeMarkerUtilFactory - Enum in bap.util.freemarker
-
FreeMarker工具类工厂
- FreeMarkerUtilImpl - Class in bap.util.freemarker
-
FreeMarker工具类,提供合并模板和数据的功能。
- FreeMarkerUtilImpl(Configuration) - Constructor for class bap.util.freemarker.FreeMarkerUtilImpl
-
构造函数
- FtpUtil - Class in bap.util.net
-
功能描述: 对ftp客户端进行封装,方法有连接、断开服务器、上传下载、删除服务器指定目录下的某个文件、获得ftp服务器指定目录下的文件名称
开发环境: JDK6.0
- FtpUtil(String) - Constructor for class bap.util.net.FtpUtil
-
功能描述:构造方法