org.jclouds.googlecloudstorage.domain
Class DomainUtils

java.lang.Object
  extended by org.jclouds.googlecloudstorage.domain.DomainUtils

public final class DomainUtils
extends Object


Method Summary
static String generateContentRange(Long lowerLimit, Long upperLimit, Long totalSize)
           
static byte[] reverse(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reverse

public static byte[] reverse(byte[] b)

generateContentRange

public static String generateContentRange(Long lowerLimit,
                                          Long upperLimit,
                                          Long totalSize)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.