Class RandomByteArrays

  • All Implemented Interfaces:
    Iterator<byte[]>

    public class RandomByteArrays
    extends Stream<byte[]>
    A stream that will create random byte arrays as it is looped over.
    • Constructor Detail

    • Method Detail

      • next

        public byte[] next()
        Specified by:
        next in interface Iterator<byte[]>
        Specified by:
        next in class Stream<byte[]>