![JAR search and dependency download from the Maven repository](/logo.png)
com.github.hackerwin7.jlib.utils.drivers.io.ResumeTrans Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jlib-utils Show documentation
Show all versions of jlib-utils Show documentation
utils set for java projects
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