Class info_hash_t

java.lang.Object
com.frostwire.jlibtorrent.swig.info_hash_t

public class info_hash_t extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • info_hash_t

      protected info_hash_t(long cPtr, boolean cMemoryOwn)
    • info_hash_t

      public info_hash_t()
    • info_hash_t

      public info_hash_t(sha1_hash h1)
    • info_hash_t

      public info_hash_t(sha256_hash h2)
    • info_hash_t

      public info_hash_t(sha1_hash h1, sha256_hash h2)
    • info_hash_t

      public info_hash_t(info_hash_t arg0)
  • Method Details