Example #1
0
 public Spider(PathUtil pathUtil, Decrypter decrypter, byte[] pwd)
 {
     this.pathUtil  = pathUtil;
     this.decrypter = decrypter;
     this.pwd       = pwd;
 }
Example #2
0
 public Spider(PathUtil pathUtil, Encrypter encrypter)
 {
     this.pathUtil  = pathUtil;
     this.encrypter = encrypter;
 }