public class StoreUtils { /** * 绝对偏移量->文件名. * * * @param offset 偏移量 * @return 文件名 */ public static String nameFromOffset(final long offset) { final NumberFormat nf = NumberFormat.getInstance(); nf.setMinimumIntegerDigits(20); nf.setMax... Read More
posted @ 2012-05-18 22:41
技术草根女
Views(1479)
Comments(0)
Diggs(0)