Package org.bitpedia.collider.core

Examples of org.bitpedia.collider.core.Ed2Handler


  final protected Ed2Handler handler;

  public Ed2MessageDigest() {
    super("ED2K");
    handler = new Ed2Handler();
    handler.analyzeInit();
  }
View Full Code Here

TOP

Related Classes of org.bitpedia.collider.core.Ed2Handler

Copyright © 2018 www.massapicom. 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.