Class ByteSources

java.lang.Object
org.jclouds.io.ByteSources

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

    • ByteSources

      public ByteSources()
  • Method Details

    • repeatingArrayByteSource

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