Class ByteSources


  • @Beta
    public class ByteSources
    extends Object
    functions related to or replacing those in ByteSource
    • Constructor Detail

      • ByteSources

        public ByteSources()
    • Method Detail

      • repeatingArrayByteSource

        public static com.google.common.io.ByteSource repeatingArrayByteSource​(byte[] input)
        Create an infinite-length ByteSource which repeats its input.