Uses of Class
nl.knaw.dans.bagit.hash.Hasher.ChunkResult
Packages that use Hasher.ChunkResult
-
Uses of Hasher.ChunkResult in nl.knaw.dans.bagit.hash
Methods in nl.knaw.dans.bagit.hash that return Hasher.ChunkResultModifier and TypeMethodDescriptionprivate static Hasher.ChunkResultHasher.executeWithRetry(Hasher.RetryableOperation<Hasher.ChunkResult> operation, String description, int maxRetries, int retrySleepMs) (package private) static Hasher.ChunkResultHasher.ChunkResult.fullStream(String hash) private static Hasher.ChunkResultHasher.handlePartialContent(HttpURLConnection conn, MessageDigest messageDigest, long currentTotalSize, String range) (package private) static Hasher.ChunkResult(package private) static Hasher.ChunkResultHasher.ChunkResult.success(long bytesRead, long totalSize) Method parameters in nl.knaw.dans.bagit.hash with type arguments of type Hasher.ChunkResultModifier and TypeMethodDescriptionprivate static Hasher.ChunkResultHasher.executeWithRetry(Hasher.RetryableOperation<Hasher.ChunkResult> operation, String description, int maxRetries, int retrySleepMs)