Uses of Class
no.digipost.util.bisect.Evaluator.ByteCounter
Packages that use Evaluator.ByteCounter
-
Uses of Evaluator.ByteCounter in no.digipost.util.bisect
Method parameters in no.digipost.util.bisect with type arguments of type Evaluator.ByteCounterModifier and TypeMethodDescriptionstatic <T> Evaluator<T>Evaluator.byteCount(long targetBytes, Evaluator.OutputStreamObjectWriter<? super T, ? super Evaluator.ByteCounter> serializer) Evaluate suggestions based on how many bytes is written from a suggestion.static <T> Evaluator<T>Evaluator.size(DataSize targetSize, Evaluator.OutputStreamObjectWriter<? super T, ? super Evaluator.ByteCounter> serializer) Evaluate suggestions based on how many bytes is written from a suggestion.