Uses of Class
no.digipost.util.bisect.Evaluator.ByteCounter
-
Packages that use Evaluator.ByteCounter Package Description no.digipost.util.bisect -
-
Uses of Evaluator.ByteCounter in no.digipost.util.bisect
Method parameters in no.digipost.util.bisect with type arguments of type Evaluator.ByteCounter Modifier and Type Method Description static <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.
-