Uses of Class
com.thimbleware.jmemcached.util.Bytes

Packages that use Bytes
com.thimbleware.jmemcached.util   
 

Uses of Bytes in com.thimbleware.jmemcached.util
 

Fields in com.thimbleware.jmemcached.util declared as Bytes
static Bytes Bytes.MAX
          Maximum bytes value
 

Methods in com.thimbleware.jmemcached.util that return Bytes
static Bytes Bytes.bytes(double bytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.bytes(long bytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.gigabytes(double gigabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.gigabytes(long gigabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.kilobytes(double kilobytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.kilobytes(long kilobytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.megabytes(double megabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.megabytes(long megabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.terabytes(double terabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.terabytes(long terabytes)
          Instantiate immutable Bytes value object..
static Bytes Bytes.valueOf(java.lang.String string)
          Converts a string to a number of bytes.
static Bytes Bytes.valueOf(java.lang.String string, java.util.Locale locale)
          Converts a string to a number of bytes.
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.