All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.hackerwin7.jlib.utils.drivers.io.ResumeTrans Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
package com.github.hackerwin7.jlib.utils.drivers.io;

import org.apache.log4j.Logger;

/**
 * Created by IntelliJ IDEA.
 * User: hackerwin7
 * Date: 2016/06/15
 * Time: 11:02 AM
 * Desc: resume download and resume read, using the java class RandomAccessFile implement it
 *       a little bit weird to wrap this class...
 * Tips:
 */
public class ResumeTrans {
    /* logger */
    private static final Logger LOG = Logger.getLogger(ResumeTrans.class);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy