com.eaio.uuid
Class UUIDHelper

java.lang.Object
  extended by com.eaio.uuid.UUIDHelper

public abstract class UUIDHelper
extends Object

The UUID struct.


Constructor Summary
UUIDHelper()
           
 
Method Summary
static UUID extract(Any a)
           
static String id()
           
static void insert(Any a, UUID that)
           
static UUID read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, UUID value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDHelper

public UUIDHelper()
Method Detail

insert

public static void insert(Any a,
                          UUID that)

extract

public static UUID extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static UUID read(InputStream istream)

write

public static void write(OutputStream ostream,
                         UUID value)


Copyright © 2003-2011. All Rights Reserved.