Package org.vietspider.common.io

Examples of org.vietspider.common.io.DataWriter.save()


        }
       
        if(bytes == null) continue;
        String fileName = proxies[i].replace('.', '_');
        fileName = fileName.replace(':', '_');
        writer.save(new File(folder, fileName+".html"), bytes);
       
        System.out.println(bytes.length+ " : "+ (bytes.length > 15000));
        if(bytes.length > 30000) {
          String value = proxyHost + ":" + proxyPort;
          if(aliveList.contains(value)) continue;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.