Uses of Interface
com.biglybt.core.util.ConcurrentHasherRequestListener
-
Packages that use ConcurrentHasherRequestListener Package Description com.biglybt.core.util -
-
Uses of ConcurrentHasherRequestListener in com.biglybt.core.util
Fields in com.biglybt.core.util declared as ConcurrentHasherRequestListener Modifier and Type Field Description private ConcurrentHasherRequestListener
ConcurrentHasherRequest. listener
Methods in com.biglybt.core.util with parameters of type ConcurrentHasherRequestListener Modifier and Type Method Description ConcurrentHasherRequest
ConcurrentHasher. addRequest(java.nio.ByteBuffer buffer, int hash_version, int piece_size, long v2_file_size, ConcurrentHasherRequestListener listener, boolean low_priorty)
Add an asynchronous request if listener supplied, sync otherwiseConstructors in com.biglybt.core.util with parameters of type ConcurrentHasherRequestListener Constructor Description ConcurrentHasherRequest(ConcurrentHasher _concurrent_hasher, java.nio.ByteBuffer _buffer, int _hash_version, int _piece_size, long _v2_file_size, ConcurrentHasherRequestListener _listener, boolean _low_priorty)
-