ByteSourceUtil.bytes

Returns a new {@code ByteSource} instance representing the specified byte array.

@param bytes the bytes to represent as a {@code ByteSource} instance. @return a new {@code ByteSource} instance representing the specified byte array.

Meta