com.bigdata.rawstore
Class Bytes

java.lang.Object
  extended by com.bigdata.rawstore.Bytes

public class Bytes
extends Object

Constants.

Version:
$Id: Bytes.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
static long gigabyte
           
static int gigabyte32
           
static long kilobyte
           
static int kilobyte32
           
static long megabyte
           
static int megabyte32
           
static int SIZEOF_BYTE
           
static int SIZEOF_DOUBLE
           
static int SIZEOF_FLOAT
           
static int SIZEOF_INT
           
static int SIZEOF_LONG
           
static int SIZEOF_SHORT
           
static int SIZEOF_UUID
           
static long terabyte
           
 
Constructor Summary
Bytes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZEOF_BYTE

public static final int SIZEOF_BYTE
See Also:
Constant Field Values

SIZEOF_SHORT

public static final int SIZEOF_SHORT
See Also:
Constant Field Values

SIZEOF_INT

public static final int SIZEOF_INT
See Also:
Constant Field Values

SIZEOF_LONG

public static final int SIZEOF_LONG
See Also:
Constant Field Values

SIZEOF_FLOAT

public static final int SIZEOF_FLOAT
See Also:
Constant Field Values

SIZEOF_DOUBLE

public static final int SIZEOF_DOUBLE
See Also:
Constant Field Values

SIZEOF_UUID

public static final int SIZEOF_UUID
See Also:
Constant Field Values

kilobyte32

public static final int kilobyte32
See Also:
Constant Field Values

megabyte32

public static final int megabyte32
See Also:
Constant Field Values

gigabyte32

public static final int gigabyte32
See Also:
Constant Field Values

kilobyte

public static final long kilobyte
See Also:
Constant Field Values

megabyte

public static final long megabyte
See Also:
Constant Field Values

gigabyte

public static final long gigabyte
See Also:
Constant Field Values

terabyte

public static final long terabyte
See Also:
Constant Field Values
Constructor Detail

Bytes

public Bytes()


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.