Class IterableOfBytes

    • Constructor Detail

      • IterableOfBytes

        public IterableOfBytes​(Text txt)
        Ctor.
        Parameters:
        txt - Text
      • IterableOfBytes

        public IterableOfBytes​(String str)
        Ctor.
        Parameters:
        str - String
      • IterableOfBytes

        public IterableOfBytes​(byte... bytes)
        Ctor.
        Parameters:
        bytes - Bytes
      • IterableOfBytes

        public IterableOfBytes​(Bytes bytes)
        Ctor.
        Parameters:
        bytes - Bytes to iterate