Class HashWrapper

java.lang.Object
com.biglybt.core.util.HashWrapper
All Implemented Interfaces:
ByteArrayWrapper
Direct Known Subclasses:
PEPeerControlImpl.PeerResolvedCacheKey

public class HashWrapper extends Object implements ByteArrayWrapper
  • Field Details

    • hash

      private final byte[] hash
    • hash_code

      private int hash_code
  • Constructor Details

    • HashWrapper

      public HashWrapper(byte[] _hash)
    • HashWrapper

      public HashWrapper(byte[] _hash, int offset, int length)
  • Method Details