public abstract class UUIDHelper extends Object
Constructor and Description |
---|
UUIDHelper() |
Modifier and Type | Method and Description |
---|---|
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) |
public static TypeCode type()
public static String id()
public static UUID read(InputStream istream)
public static void write(OutputStream ostream, UUID value)
Copyright © 2003–2018. All rights reserved.