Uses of Class
guru.mikelue.foxglove.instancio.ByteArraySpec
Packages that use ByteArraySpec
Package
Description
-
Uses of ByteArraySpec in guru.mikelue.foxglove.instancio
Methods in guru.mikelue.foxglove.instancio that return ByteArraySpecModifier and TypeMethodDescriptionByteArraySpec.length(int length) Sets the length of the array.ByteArraySpec.maxLength(int max) Sets the maximum length of the array (inclusive).ByteArraySpec.minLength(int min) Sets the minimum length of the array (inclusive).ByteArraySpec.zeroElements()Sets whether zero elements (0x00) should be generated.