`
jqallen
  • 浏览: 3712 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论
文章列表
1. 测试程序最终截图 2. 定义组件支持的算法 package org.file.util.archive; /** * @author ALLEN * <br/>Define the compress algorithm * <br/>Support <b>{ Compress, UnCompress }</b> */ public enum Algorithm { Compress, /* Compress Algorithm */ UnCompress /* UnCompress Algorithm * ...
1. 测试程序最终截图 2. 定义组件支持的算法 package org.file.util.checksum; /** * @author ALLEN * <br/>Define the checksum calculation algorithm * <br/>Support <b>{ Adler32, CRC32, MD2, MD5, SHA, SHA-1, SHA-256, SHA-384, SHA-512 }</b> */ public enum Algorithm { Adler32, /* Adle ...
Global site tag (gtag.js) - Google Analytics